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
openai.BadRequestError: Error code: 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'}}
Steps to reproduce
Try to use Autogen with o1
Model Used
01
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
It might be an idea to make the "system" role optional. In my own code I switched the role to "user" and things worked.
The text was updated successfully, but these errors were encountered:
Describe the bug
openai.BadRequestError: Error code: 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'}}
Steps to reproduce
Try to use Autogen with o1
Model Used
01
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
It might be an idea to make the "system" role optional. In my own code I switched the role to "user" and things worked.
The text was updated successfully, but these errors were encountered: