You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Attempting to use the Azure OpenAI o1-mini model results in the exception:
OpenAIAPIhitsBadRequestError: Errorcode: 400- {'error': {'message': "Unsupported value: 'messages[0].role' does not support 'system' with this model.", 'type': 'invalid_request_error', 'param': 'messages[0].role', 'code': 'unsupported_value'}} [Errorreference: https://platform.openai.com/docs/guides/error-codes/api-errors]
How To Reproduce the bug
Configure a tool LLM to use an instance of o1-mini. Execute it.
Screenshots
Running Information(please complete the following information):
"promptflow": "1.17.2",
"promptflow-azure": "1.17.2",
"promptflow-core": "1.17.2",
"promptflow-devkit": "1.17.2",
"promptflow-tracing": "1.17.2"
Operating System: 20.04.1-Ubuntu
Python (Linux) 3.10.15
The text was updated successfully, but these errors were encountered:
Describe the bug
Attempting to use the Azure OpenAI o1-mini model results in the exception:
How To Reproduce the bug
Configure a tool LLM to use an instance of o1-mini. Execute it.
Screenshots
Running Information(please complete the following information):
"promptflow": "1.17.2",
"promptflow-azure": "1.17.2",
"promptflow-core": "1.17.2",
"promptflow-devkit": "1.17.2",
"promptflow-tracing": "1.17.2"
The text was updated successfully, but these errors were encountered: