mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
migrate models (#3848)
* migrate models * Update python/packages/autogen-agentchat/src/autogen_agentchat/agents/_tool_use_assistant_agent.py Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * refactor missing imports * ignore type check errors * Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_model_info.py Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * update packages index page --------- Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b7509b3659
commit
38f62e1609
@@ -7,8 +7,6 @@ from autogen_core.application.logging import EVENT_LOGGER_NAME
|
||||
from autogen_core.components import DefaultSubscription, DefaultTopicId
|
||||
from autogen_core.components.code_executor import LocalCommandLineCodeExecutor
|
||||
from autogen_core.components.models import (
|
||||
AzureOpenAIChatCompletionClient,
|
||||
ModelCapabilities,
|
||||
UserMessage,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user