removed apikey
This commit is contained in:
@ -201,7 +201,7 @@
|
||||
return urlParams.get('apikey');
|
||||
}
|
||||
|
||||
const API_KEY = getApiKeyFromUrl() || 'pGYqv9Y1u6FKN6ER6xqqv6dXxUhoeHX4';
|
||||
const API_KEY = getApiKeyFromUrl();
|
||||
const MODEL = 'openai/gpt-oss-20b';
|
||||
|
||||
let messages = [
|
||||
|
||||
Reference in New Issue
Block a user