mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
Incorporate y4izus fix (#1893)
This commit is contained in:
committed by
Devin AI
parent
732ea8e163
commit
a956a8a1ad
@@ -676,6 +676,7 @@ class Crew(BaseModel):
|
||||
else:
|
||||
self.manager_llm = (
|
||||
getattr(self.manager_llm, "model_name", None)
|
||||
or getattr(self.manager_llm, "model", None)
|
||||
or getattr(self.manager_llm, "deployment_name", None)
|
||||
or self.manager_llm
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user