mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Incorporate y4izus fix (#1893)
This commit is contained in:
committed by
GitHub
parent
24b155015c
commit
0532089246
@@ -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