bstraehle commited on
Commit
84d3338
·
verified ·
1 Parent(s): abea339

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
crew.py CHANGED
@@ -61,7 +61,7 @@ def run_crew(question, file_name):
61
  verbose=True,
62
  allow_code_execution=True,
63
  code_execution_mode="unsafe",
64
- max_execution_time=300
65
  max_retry_limit=3
66
  )
67
 
 
61
  verbose=True,
62
  allow_code_execution=True,
63
  code_execution_mode="unsafe",
64
+ max_execution_time=300,
65
  max_retry_limit=3
66
  )
67