Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def create_agent():
|
|
| 9 |
tools = [DuckDuckGoSearchTool()]
|
| 10 |
model = InferenceClientModel("Qwen/Qwen2.5-72B-Instruct")
|
| 11 |
|
| 12 |
-
return ToolCallingAgent(tools=tools, model=model, add_base_tools=True
|
| 13 |
|
| 14 |
|
| 15 |
|
|
|
|
| 9 |
tools = [DuckDuckGoSearchTool()]
|
| 10 |
model = InferenceClientModel("Qwen/Qwen2.5-72B-Instruct")
|
| 11 |
|
| 12 |
+
return ToolCallingAgent(tools=tools, model=model, add_base_tools=True)
|
| 13 |
|
| 14 |
|
| 15 |
|