We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
openai.error.InvalidRequestError: The model text-davinci-003 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations
text-davinci-003
The text was updated successfully, but these errors were encountered:
Hey! Thanks for sharing feedback with the community!
Sorry, something went wrong.
Solution: Navigate to cd ~/.local/lib/python3.8/site-packages/copilot open main.py
cd ~/.local/lib/python3.8/site-packages/copilot
search for model=text-davinci-003 and replace by model=gpt-3.5-turbo-instruct
model=text-davinci-003
model=gpt-3.5-turbo-instruct
No branches or pull requests
The text was updated successfully, but these errors were encountered: