timkmecl / chatgpt-vscode

VSCode extension that allows you to use ChatGPT or GPT4 inside the IDE
340 stars 81 forks source link

Need to update chatgpt-api it reads *Switch back to text-davinci-003 after OpenAI disabled the previous model * #10

Closed aleksandr-vin closed 1 year ago

aleksandr-vin commented 1 year ago

Otherwise extension is not working right now

aleksandr-vin commented 1 year ago

See https://github.com/transitive-bullshit/chatgpt-api/releases/tag/v4.2.0

timkmecl commented 1 year ago

Hi Aleksandr, this is indeed what should be done to make it work again and is a simple fix anyone building from source can do. However I decided not to do it myself because using text-davinci-003 would costs users their OpenAI credits when using the extension, whereas it was free before, so if they update the extension without reading the new info they would be spending money without knowing (there is also already a version of this extension that uses other OpenAI models - CodeGPT). I am now waiting for some new method of connecting to ChatGPT, and will update this project then. Thank you anyway, I am leaving this issue open so others that want to do this for their personal use will see.

timkmecl commented 1 year ago

The extension now uses the official API released this week, so this is now fixed.