bringin back gpt-4o-mini as default

This commit is contained in:
João Moura
2024-09-22 11:15:03 -03:00
parent 5051e0b55e
commit 08ed84dc21

View File

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