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
When setting the "model" to "o1-mini-2024-09-12" in agents.yaml, the following error occurs:
│ Error in chat completion: 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'}}
Are there any tips on how to utilize the OpenAI mini models with praisonai?
The text was updated successfully, but these errors were encountered:
When setting the "model" to "o1-mini-2024-09-12" in agents.yaml, the following error occurs:
│ Error in chat completion: 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'}}
Are there any tips on how to utilize the OpenAI mini models with praisonai?
The text was updated successfully, but these errors were encountered: