Spaces:
Sleeping
Sleeping
update
Browse files
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-
|
| 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,
|