jpuri commited on
Commit
794636f
·
1 Parent(s): 0fe11a6
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"),
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-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,