alekn commited on
Commit
bdeca1f
·
verified ·
1 Parent(s): 4ffeb3d

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -11,8 +11,8 @@ model = InferenceClientModel(
11
  )
12
  '''
13
  model = LiteLLMModel(
14
- model_id="gemini/gemini-2.0-flash",
15
- api_key=os.getenv("GEMINI_API_KEY"),
16
  max_tokens=8192
17
  )
18
 
 
11
  )
12
  '''
13
  model = LiteLLMModel(
14
+ model_id="openrouter/qwen/qwen3-30b-a3b:free",
15
+ api_key=os.getenv("OPENROUTER_API_KEY"),
16
  max_tokens=8192
17
  )
18