Spaces:
Sleeping
Sleeping
import litellmmodel
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
|
|
|
| 2 |
import datetime
|
| 3 |
import requests
|
| 4 |
import pytz
|
|
|
|
| 1 |
+
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool, Lite
|
| 2 |
+
from smolagents.llms import LiteLLMModel
|
| 3 |
import datetime
|
| 4 |
import requests
|
| 5 |
import pytz
|