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
string(249) "{
"error": {
"message": "The model davinci has been deprecated, learn more here: https://platform.openai.com/docs/deprecations",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}
"
To Reproduce
$openAi = new OpenAi($apiKey);
$openAi->listModels();
$openAi->getCURLInfo();
Code snippets
No response
OS
Ubuntu
PHP version
7.4
Library version
^5.1
The text was updated successfully, but these errors were encountered:
Describe the bug
string(249) "{
"error": {
"message": "The model
davinci
has been deprecated, learn more here: https://platform.openai.com/docs/deprecations","type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}
"
To Reproduce
$openAi = new OpenAi($apiKey);
$openAi->listModels();
$openAi->getCURLInfo();
Code snippets
No response
OS
Ubuntu
PHP version
7.4
Library version
^5.1
The text was updated successfully, but these errors were encountered: