mokrane25 commited on
Commit
5bbdaee
·
verified ·
1 Parent(s): fede4d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from models.task_prompt import TaskPrompt # Import from models directory
13
  load_dotenv()
14
 
15
  # Import your ManagerAgent and related classes
16
- from manager_agent2 import ManagerAgent # Using the existing manager_agent.py file
17
 
18
  # --- Configuration ---
19
  LLM_MODEL = "claude-sonnet-4-20250514" # Modèle Claude Opus 4
 
13
  load_dotenv()
14
 
15
  # Import your ManagerAgent and related classes
16
+ from manager_agent import ManagerAgent # Using the existing manager_agent.py file
17
 
18
  # --- Configuration ---
19
  LLM_MODEL = "claude-sonnet-4-20250514" # Modèle Claude Opus 4