Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation of text-davinci-003 #144

Open
Besarb opened this issue Jan 9, 2024 · 3 comments
Open

Deprecation of text-davinci-003 #144

Besarb opened this issue Jan 9, 2024 · 3 comments

Comments

@Besarb
Copy link

Besarb commented Jan 9, 2024

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.

@iamyoungjo
Copy link

I think we need to have gpt-3.5-turbo-instruct supported.

@SunburstEnzo
Copy link
Contributor

Yep can confirm, please pass in the raw value until support is added
#145 (comment)

@kalafus
Copy link
Contributor

kalafus commented Feb 7, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants