Issue with Magentic-One - Termination #4237
-
Hello team, I'm currently testing the Magentic-One framework, but facing a weird behavior + an issue at the end as you can see below in the logs : First, I can see that there is a warning message on the gpt4o model : "UserWarning: Resolved model mismatch: gpt-4o-2024-08-06 != gpt-4o-2024-05-13. Model mapping may be incorrect." I've tried several setup with my environment such as
in the model name, I've tested different model name here : gpt-4o as it's my initial deployment name, gpt-4o-2024-08-06 and I also deployed a model in 2024-05-13 of gpt-4o named gpt-4o-2024-05-13) Secondly, after receiving the output of my question, the Orchestrator throw an error as you can see below, below the logs :
Thanks in advance for your help, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is because the deployed model version doesn't match the model name in the config. You can safely ignore this warning.
The orchestrator completed the task, as you can see in the final answer. There is indeed a bug in shutting down the orchestrator in some Python versions. You can wait for the port of magentic one to AgentChat to complete. These issues will be resolved then. |
Beta Was this translation helpful? Give feedback.
-
Thanks Eric for your quick insight
Appreciated
From: Eric Zhu ***@***.***>
Sent: samedi 16 novembre 2024 19:35
To: microsoft/autogen ***@***.***>
Cc: Alex Antonelli ***@***.***>; Author ***@***.***>
Subject: Re: [microsoft/autogen] Issue with Magentic-One - Termination (Discussion #4237)
First, I can see that there is a warning message on the gpt4o model : "UserWarning: Resolved model mismatch: gpt-4o-2024-08-06 != gpt-4o-2024-05-13. Model mapping may be incorrect."
This is because the deployed model version doesn't match the model name in the config. You can safely ignore this warning.
Secondly, after receiving the output of my question, the Orchestrator throw an error as you can see below,
is there something I misconfigured ? or is it a bug ?
The orchestrator completed the task, as you can see in the final answer. There is indeed a bug in shutting down the orchestrator in some Python versions.
You can wait for the port of magentic one to AgentChat to complete. These issues will be resolved then.
-
Reply to this email directly, view it on GitHub<#4237 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A2K22RF7URVFDLG5YKEZAAT2A6F4PAVCNFSM6AAAAABR5AWBG6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRXHEZTAOI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
This is because the deployed model version doesn't match the model name in the config. You can safely ignore this warning.
The orchestrator completed the task, as you can see in the final answer. There is indeed a bug in shutting down the orchestrator in some Python versions.
You can wait for the port of magentic one to AgentChat to complete. These…