Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import subprocess
|
|
4 |
subprocess.check_call(['pip', 'install', 'smolagents[litellm]'])
|
5 |
|
6 |
from smolagents import LiteLLMModel
|
7 |
-
from smolagents import CodeAgent, InferenceClientModel
|
8 |
|
9 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
10 |
import datetime
|
|
|
4 |
subprocess.check_call(['pip', 'install', 'smolagents[litellm]'])
|
5 |
|
6 |
from smolagents import LiteLLMModel
|
7 |
+
#from smolagents import CodeAgent, InferenceClientModel
|
8 |
|
9 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
10 |
import datetime
|