mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +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.",
|
description="Use system prompt for the agent.",
|
||||||
)
|
)
|
||||||
llm: Any = Field(
|
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(
|
function_calling_llm: Optional[Any] = Field(
|
||||||
description="Language model that will run the agent.", default=None
|
description="Language model that will run the agent.", default=None
|
||||||
|
|||||||
Reference in New Issue
Block a user