removed apikey

This commit is contained in:
2026-01-14 10:59:52 +01:00
parent b4cb368e04
commit 985b722eb7

View File

@ -201,7 +201,7 @@
return urlParams.get('apikey'); return urlParams.get('apikey');
} }
const API_KEY = getApiKeyFromUrl() || 'pGYqv9Y1u6FKN6ER6xqqv6dXxUhoeHX4'; const API_KEY = getApiKeyFromUrl();
const MODEL = 'openai/gpt-oss-20b'; const MODEL = 'openai/gpt-oss-20b';
let messages = [ let messages = [