open-ai icon indicating copy to clipboard operation
open-ai copied to clipboard

The model `davinci` has been deprecated

Open micik opened this issue 3 months ago • 0 comments

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

micik avatar Mar 07 '24 13:03 micik