mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-12 21:55:04 -05:00
Add gpt-4o-mini, update examples (#253)
This commit is contained in:
@@ -197,7 +197,7 @@ async def main() -> None:
|
||||
lambda: ToolUseAgent(
|
||||
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