Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import yaml
|
|
| 11 |
# os.system('pip install openai')
|
| 12 |
|
| 13 |
# Import modules and classes from openai and smolagents
|
| 14 |
-
from smolagents import CodeAgent,
|
| 15 |
# from tools import FinalAnswerTool
|
| 16 |
# from huggingface_hub import login
|
| 17 |
|
|
|
|
| 11 |
# os.system('pip install openai')
|
| 12 |
|
| 13 |
# Import modules and classes from openai and smolagents
|
| 14 |
+
from smolagents import CodeAgent, DuckDuckGoSearchTool, VisitWebpageTool, InferenceClientModel
|
| 15 |
# from tools import FinalAnswerTool
|
| 16 |
# from huggingface_hub import login
|
| 17 |
|