Spaces:
Runtime error
Runtime error
Update app.py
#1
by Roman190928 - opened
app.py
CHANGED
|
@@ -38,7 +38,7 @@ from tqdm import tqdm
|
|
| 38 |
from smolagents import (
|
| 39 |
# MANAGED_AGENT_PROMPT,
|
| 40 |
CodeAgent,
|
| 41 |
-
|
| 42 |
LiteLLMModel,
|
| 43 |
Model,
|
| 44 |
ToolCallingAgent,
|
|
|
|
| 38 |
from smolagents import (
|
| 39 |
# MANAGED_AGENT_PROMPT,
|
| 40 |
CodeAgent,
|
| 41 |
+
ApiModel, # i think this is the right one.
|
| 42 |
LiteLLMModel,
|
| 43 |
Model,
|
| 44 |
ToolCallingAgent,
|