Spaces:
Sleeping
Sleeping
Update crew_initializer.py
Browse files- crew_initializer.py +2 -2
crew_initializer.py
CHANGED
@@ -38,8 +38,8 @@ def initialize_crew():
|
|
38 |
swot_analyst_task,
|
39 |
reporting_analyst_task
|
40 |
],
|
41 |
-
manager_llm=ChatOpenAI(model="gpt-4o-mini-2024-07-18", temperature=0.7),
|
42 |
-
|
43 |
process=Process.hierarchical,
|
44 |
verbose=True
|
45 |
)
|
|
|
38 |
swot_analyst_task,
|
39 |
reporting_analyst_task
|
40 |
],
|
41 |
+
#manager_llm=ChatOpenAI(model="gpt-4o-mini-2024-07-18", temperature=0.7),
|
42 |
+
manager_llm=ChatOpenAI(model="gpt-4o", temperature=0.7),
|
43 |
process=Process.hierarchical,
|
44 |
verbose=True
|
45 |
)
|