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
Describe the bug
When connecting to OpenAI API, the following error is shown APIErrorResponse(error: OpenAI.APIError(message: "The model `text-davinci-003` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations", type: "invalid_request_error", param: nil, code: Optional("model_not_found"))).
"text-davinci-003" is indeed deprecated since January 4th 2024, see https://platform.openai.com/docs/deprecations.
To Reproduce
Try to connect to Open AI API using the latest version 0.2.5.
The text was updated successfully, but these errors were encountered:
Options: #166 updates the model, adds a deprecation warning. #160 removes the model (due to frequent return of truncated responses; while the endpoint technically remains operational, i'm not sure what purposes it could still be useful for in its present state).
Describe the bug
When connecting to OpenAI API, the following error is shown
APIErrorResponse(error: OpenAI.APIError(message: "The model `text-davinci-003` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations", type: "invalid_request_error", param: nil, code: Optional("model_not_found")))
."text-davinci-003" is indeed deprecated since January 4th 2024, see https://platform.openai.com/docs/deprecations.
To Reproduce
Try to connect to Open AI API using the latest version 0.2.5.
The text was updated successfully, but these errors were encountered: