mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-15 07:55:17 -05:00
Rename OpenAI to OpenAIChatCompletionClient (#123)
This commit is contained in:
@@ -73,7 +73,7 @@ class AgentRuntime(Protocol):
|
||||
lambda: ChatCompletionAgent(
|
||||
description="A generic chat agent.",
|
||||
system_messages=[SystemMessage("You are a helpful assistant")],
|
||||
model_client=OpenAI(model="gpt-4o"),
|
||||
model_client=OpenAIChatCompletionClient(model="gpt-4o"),
|
||||
memory=BufferedChatMemory(buffer_size=10),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user