Update crew.py
Browse files
crew.py
CHANGED
|
@@ -298,7 +298,7 @@ def run_crew(question, file_path):
|
|
| 298 |
llm=AGENT_MODEL,
|
| 299 |
max_iter=2,
|
| 300 |
tools=[image_analysis_tool_2],
|
| 301 |
-
verbose=
|
| 302 |
)
|
| 303 |
|
| 304 |
audio_analysis_agent = Agent(
|
|
|
|
| 298 |
llm=AGENT_MODEL,
|
| 299 |
max_iter=2,
|
| 300 |
tools=[image_analysis_tool_2],
|
| 301 |
+
verbose=True
|
| 302 |
)
|
| 303 |
|
| 304 |
audio_analysis_agent = Agent(
|