Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel, load_tool, tool, LiteLLMModel
|
2 |
import datetime
|
3 |
import requests
|
|
|
1 |
+
pip install 'smolagents[litellm]'
|
2 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel, load_tool, tool, LiteLLMModel
|
3 |
import datetime
|
4 |
import requests
|