mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-29 18:18:13 +00:00
Fix CI issues: Fix import sorting and type error
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -43,7 +43,8 @@ class CrewPlanner:
|
||||
extra_headers=getattr(agent_llm, "extra_headers", None)
|
||||
)
|
||||
else:
|
||||
self.planning_agent_llm = "gpt-4o-mini"
|
||||
from crewai.llm import LLM
|
||||
self.planning_agent_llm = LLM(model="gpt-4o-mini")
|
||||
else:
|
||||
self.planning_agent_llm = planning_agent_llm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user