opensouls / terminal-copilot

A smart terminal assistant that helps you find the right command.
Apache License 2.0
572 stars 43 forks source link

Model deprecated #53

Closed Infraviored closed 8 months ago

Infraviored commented 8 months ago

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

github-actions[bot] commented 8 months ago

Hey! Thanks for sharing feedback with the community!

Infraviored commented 8 months ago

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