jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.71k stars 310 forks source link

code: change model from davinci to gpt-turbo #373

Closed jinjinir closed 8 months ago

jinjinir commented 8 months ago

Hello!

This is first attempt at a pull request.

Referring to issue number 368, error stems from model being "text-davinci-003" which is deprecated. I have changed the model to "gpt-3.5-turbo-instruct" to resolve the issue.

Thank you.