-
-
Notifications
You must be signed in to change notification settings - Fork 296
The model davinci has been deprecated #135
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working