9jini commited on
Commit
2d3244a
·
verified ·
1 Parent(s): bbcc589

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ class BasicAgent:
16
  def __init__(self):
17
 
18
  model = LiteLLMModel(
19
- model_id="gemini/gemini-2.5-flash-preview-04-17",
20
- )
21
  self.agent = CodeAgent(
22
  model=model,
23
  tools=[DuckDuckGoSearchTool(), WikipediaSearchTool()],
 
16
  def __init__(self):
17
 
18
  model = LiteLLMModel(
19
+ model_id="openrouter/qwen/qwen3-235b-a22b"
20
+ )
21
  self.agent = CodeAgent(
22
  model=model,
23
  tools=[DuckDuckGoSearchTool(), WikipediaSearchTool()],