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

Model deprecated #53

Closed
Infraviored opened this issue Feb 12, 2024 · 2 comments
Closed

Model deprecated #53

Infraviored opened this issue Feb 12, 2024 · 2 comments

Comments

@Infraviored
Copy link

openai.error.InvalidRequestError: The model text-davinci-003 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations

Copy link

Hey! Thanks for sharing feedback with the community!

@Infraviored
Copy link
Author

Solution:
Navigate to
cd ~/.local/lib/python3.8/site-packages/copilot
open main.py

search for
model=text-davinci-003
and replace by
model=gpt-3.5-turbo-instruct

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

1 participant