jackMort / ChatGPT.nvim

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

Switch from v1/completions to v1/chat/completions #354

Open drybalka opened 6 months ago

drybalka commented 6 months ago

According to the openai docs the completions endpoint is deprecated and chat/completions endpoint should be used instead. Are there plans for this migration? I’ve seen that edits endpoint is deprecated and will issue a deprecation warning in this plugin, however no such message exists for the completions endpoint. Or am I missing something?