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
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"
}
The text was updated successfully, but these errors were encountered:
I got the following error when trying to use o-series models. The
max_tokens
is change tomax_completion_tokens
for o-series models.The text was updated successfully, but these errors were encountered: