Skip to content

Commit

Permalink
Incorporate y4izus fix (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhancockio authored Jan 14, 2025
1 parent 24b1550 commit 0532089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crewai/crew.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ def _create_manager_agent(self):
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
)
Expand Down

0 comments on commit 0532089

Please sign in to comment.