bstraehle commited on
Commit
8395e8e
·
verified ·
1 Parent(s): 6a7364f

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
crew.py CHANGED
@@ -318,7 +318,7 @@ def run_crew(question, file_path):
318
  audio_analysis_agent,
319
  video_analysis_agent,
320
  youtube_analysis_agent,
321
- document_analysis_agent,
322
  code_execution_agent],
323
  manager_agent=manager_agent,
324
  tasks=[manager_task],
 
318
  audio_analysis_agent,
319
  video_analysis_agent,
320
  youtube_analysis_agent,
321
+ #document_analysis_agent,
322
  code_execution_agent],
323
  manager_agent=manager_agent,
324
  tasks=[manager_task],