mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-14 16:35:19 -05:00
Add gpt-4o-mini, update examples (#253)
This commit is contained in:
@@ -52,7 +52,7 @@ async def main() -> None:
|
||||
lambda: ToolEnabledAgent(
|
||||
description="Tool Use Agent",
|
||||
system_messages=[SystemMessage("You are a helpful AI Assistant. Use your tools to solve problems.")],
|
||||
model_client=get_chat_completion_client_from_envs(model="gpt-3.5-turbo"),
|
||||
model_client=get_chat_completion_client_from_envs(model="gpt-4o-mini"),
|
||||
tools=tools,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user