mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
bringin back gpt-4o-mini as default
This commit is contained in:
@@ -82,7 +82,7 @@ class Agent(BaseAgent):
|
||||
description="Use system prompt for the agent.",
|
||||
)
|
||||
llm: Any = Field(
|
||||
description="Language model that will run the agent.", default="gpt-4o"
|
||||
description="Language model that will run the agent.", default="gpt-4o-mini"
|
||||
)
|
||||
function_calling_llm: Optional[Any] = Field(
|
||||
description="Language model that will run the agent.", default=None
|
||||
|
||||
Reference in New Issue
Block a user