chatGPTBox icon indicating copy to clipboard operation
chatGPTBox copied to clipboard

support o-series models

Open yulin-li opened this issue 11 months ago • 0 comments

I got the following error when trying to use o-series models. The max_tokens is change to max_completion_tokens for o-series models.

{
"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"
}

yulin-li avatar Feb 05 '25 01:02 yulin-li