yetessam commited on
Commit
299f3b6
·
verified ·
1 Parent(s): cfe3f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 agents.prompts import load_prompts
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