vn6295337 Claude Opus 4.5 commited on
Commit
6a70bab
·
1 Parent(s): 784089a

Change OpenRouter model to Gemma 3n E4B IT

Browse files

google/gemma-3n-e4b-it:free - optimized for efficient execution,
supports 32K context, multimodal inputs.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. src/llm_client.py +1 -1
src/llm_client.py CHANGED
@@ -50,7 +50,7 @@ class LLMClient:
50
  self.providers.append({
51
  "name": "openrouter",
52
  "key": openrouter_key,
53
- "model": os.getenv("OPENROUTER_MODEL", "deepseek/deepseek-chat-v3-0324:free"),
54
  "url": "https://openrouter.ai/api/v1/chat/completions"
55
  })
56
 
 
50
  self.providers.append({
51
  "name": "openrouter",
52
  "key": openrouter_key,
53
+ "model": os.getenv("OPENROUTER_MODEL", "google/gemma-3n-e4b-it:free"),
54
  "url": "https://openrouter.ai/api/v1/chat/completions"
55
  })
56