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