Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from smolagents import CodeAgent, InferenceClientModel
|
|
| 14 |
from status_check import resolve_endpoint, is_endpoint_healthy
|
| 15 |
|
| 16 |
from tools.tools import load_tools
|
| 17 |
-
from
|
| 18 |
|
| 19 |
def initialize_agent(endpoint_uri: str):
|
| 20 |
|
|
|
|
| 14 |
from status_check import resolve_endpoint, is_endpoint_healthy
|
| 15 |
|
| 16 |
from tools.tools import load_tools
|
| 17 |
+
from prompts import load_prompts
|
| 18 |
|
| 19 |
def initialize_agent(endpoint_uri: str):
|
| 20 |
|