-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net: Bug: Chat Completion Agent with Open AI o1-preview
is not working out of the box
#10272
Comments
o1-preview
is not working out of the boxo1-preview
is not working out of the box
@fgauna12 My understanding is that o1 models do not support the system message, take a look here: https://community.openai.com/t/o1-models-do-not-support-system-role-in-chat-completion/953880 And general guidance here: https://platform.openai.com/docs/guides/reasoning |
@RogerBarreto we should add a sample which shows the correct usage of an o1 model. |
@markwallace-microsoft Hi yes, I'm aware. I'm using the Chat Completion Agent, so I think the agent is creating a System prompt from the "Instructions." |
@fgauna12 - If you use the In the meantime, we'll explore how to support specifying a role allowed by the model. |
Looks like I get a similar issue with o3-mini model, which supposed to support "system".
Using ChatCompletionAgent class, python. |
I have stumbled upon this error myself when attempting to run with Azure Connectors on API's against AFAIK Azure currently don't support |
Describe the bug
Can't use Open AI
o1-preview
model withChatCompletionAgent
because it fails with the following exception.To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should just work. 🙃
Screenshots
Nah.
Platform
Additional context
Nerp.
The text was updated successfully, but these errors were encountered: