POST https://api.openai.com/v1/chat/completions
Caused by:
0: 400 Bad Request Reason: {
"error": {
"message": "Unsupported parameter: 'max_tokens' is not supported with this model. Use 'max_completion_tokens' instead.",
"type": "invalid_request_error",
"param": "max_tokens",
"code": "unsupported_parameter"
}
}
1: Invalid Status Code: 400