Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ class BasicAgent:
|
|
| 19 |
print(f"Agent returning fixed answer: {fixed_answer}")
|
| 20 |
return fixed_answer
|
| 21 |
|
| 22 |
-
from smolagents import ToolCallingAgent, InferenceClientModel
|
| 23 |
from smolagents.tools import DuckDuckGoSearchResults
|
| 24 |
|
| 25 |
from smolagents import Tool
|
|
|
|
| 19 |
print(f"Agent returning fixed answer: {fixed_answer}")
|
| 20 |
return fixed_answer
|
| 21 |
|
| 22 |
+
from smolagents import ToolCallingAgent, InferenceClientModel
|
| 23 |
from smolagents.tools import DuckDuckGoSearchResults
|
| 24 |
|
| 25 |
from smolagents import Tool
|