Incorporate y4izus fix (#1893)

This commit is contained in:
Brandon Hancock (bhancock_ai)
2025-01-14 13:35:21 -05:00
committed by GitHub
parent 24b155015c
commit 0532089246

View File

@@ -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
)