Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import json
|
| 2 |
from pathlib import Path
|
| 3 |
-
from smolagents
|
| 4 |
from smolagents.core.task import Task
|
| 5 |
from mistral_hf_wrapper import HuggingFaceModel
|
| 6 |
|
|
|
|
| 1 |
import json
|
| 2 |
from pathlib import Path
|
| 3 |
+
from smolagents import Agent
|
| 4 |
from smolagents.core.task import Task
|
| 5 |
from mistral_hf_wrapper import HuggingFaceModel
|
| 6 |
|