jpuri commited on
Commit
b4a0202
·
1 Parent(s): 794636f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ class SubtractTool(Tool):
29
 
30
  agent = ToolCallingAgent(
31
  tools=[AddTool(), SubtractTool(), DuckDuckGoSearchTool()],
32
- model=InferenceClientModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", provider="together"),
33
  name="calculator_agent",
34
  description="An agent that can perform arithmetic (addition, subtraction) and search the web.",
35
  max_steps=10,
 
29
 
30
  agent = ToolCallingAgent(
31
  tools=[AddTool(), SubtractTool(), DuckDuckGoSearchTool()],
32
+ model=InferenceClientModel(model_id="Qwen/Qwen2.5-72B-Instruct"),
33
  name="calculator_agent",
34
  description="An agent that can perform arithmetic (addition, subtraction) and search the web.",
35
  max_steps=10,