Update crew.py
Browse files
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(
|