bstraehle commited on
Commit
70df3c4
·
verified ·
1 Parent(s): 909d3c0

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -4
crew.py CHANGED
@@ -58,10 +58,7 @@ def run_crew(question, file_name):
58
  llm=AGENT_MODEL,
59
  max_iter=3,
60
  tools=[python_coding_tool],
61
- verbose=False,
62
- allow_code_execution=True,
63
- max_execution_time=300,
64
- max_retry_limit=3
65
  )
66
 
67
  video_analysis_agent = Agent(
 
58
  llm=AGENT_MODEL,
59
  max_iter=3,
60
  tools=[python_coding_tool],
61
+ verbose=False
 
 
 
62
  )
63
 
64
  video_analysis_agent = Agent(