Spaces:
Sleeping
Sleeping
Commit
·
281aaee
1
Parent(s):
1a8641e
Remove HfApiModel from imports
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from smolagents import CodeAgent, DuckDuckGoSearchTool,
|
2 |
from smolagents import LiteLLMModel # For Gemini 2.5
|
3 |
import os
|
4 |
import datetime
|
|
|
1 |
+
from smolagents import CodeAgent, DuckDuckGoSearchTool, load_tool, tool
|
2 |
from smolagents import LiteLLMModel # For Gemini 2.5
|
3 |
import os
|
4 |
import datetime
|