Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ financial_trading_crew = Crew(
|
|
196 |
# manager_llm=ChatOpenAI(model="mistralai/Mistral-7B-Instruct-v0.3", temperature=0.7),
|
197 |
manager_agent=manager,
|
198 |
full_output =True,
|
199 |
-
process=Process.hierarchical,
|
200 |
verbose=True
|
201 |
)
|
202 |
|
|
|
196 |
# manager_llm=ChatOpenAI(model="mistralai/Mistral-7B-Instruct-v0.3", temperature=0.7),
|
197 |
manager_agent=manager,
|
198 |
full_output =True,
|
199 |
+
# process=Process.hierarchical,
|
200 |
verbose=True
|
201 |
)
|
202 |
|