There was an error while loading. Please reload this page.
1 parent dde3a72 commit 141f22cCopy full SHA for 141f22c
1 file changed
index.js
@@ -14,7 +14,7 @@ const OPENROUTER_URL = 'https://openrouter.ai/api/v1/chat/completions';
14
const WHISPER_URL = 'https://openrouter.ai/api/v1/audio/transcriptions';
15
const TTS_URL = 'https://openrouter.ai/api/v1/audio/speech';
16
// Use only explicitly free community models. Keep the values in one place.
17
-const FREE_MODEL = 'google/gemma-2-2b-it:free';
+const FREE_MODEL = 'openrouter/auto';
18
const WHISPER_MODEL = 'openai/whisper-large-v3';
19
const TTS_MODEL = 'cartesia-ai/cartesia-tts';
20
const ALLOWED_ORIGINS = [
0 commit comments