bstraehle commited on
Commit
c89a489
·
verified ·
1 Parent(s): f155629

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
crew.py CHANGED
@@ -120,7 +120,7 @@ def run_crew(question, file_name):
120
  )
121
 
122
  manager_task = Task(
123
- agent=manager_agent,
124
  description="Try to answer the following question. If needed, delegate to **one** of your coworkers, image_analysis_agent, python_coding_agent, video_analysis_agent, or web_search_agent for help. Question: \"{topic}\" ",
125
  expected_output="The answer to the question. "
126
  )
 
120
  )
121
 
122
  manager_task = Task(
123
+ agent=manager_agent2,
124
  description="Try to answer the following question. If needed, delegate to **one** of your coworkers, image_analysis_agent, python_coding_agent, video_analysis_agent, or web_search_agent for help. Question: \"{topic}\" ",
125
  expected_output="The answer to the question. "
126
  )