gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.5k stars 760 forks source link

Maybe we need to update the chatgpt npm package version? #66

Closed ncesar closed 1 year ago

ncesar commented 1 year ago

https://github.com/gencay/vscode-chatgpt/blob/b6f45f3ca5078177d84d951023fdbc206ac915f3/package.json#L178

Current version is 3.5.1 with support to pro accounts and we are using 2.0.7.

Is there any specific reason? Breaking changes?

awesome job btw!

gencay commented 1 year ago

@ncesar thank you! The chatgpt nodejs api package is currently not used except for the manual authentication method (not recommended). I implemented a custom solution on top of it for vs-code to support browser-based autologin. Hence I don't need to keep the chatgpt package up to date since I am addressing bug fixes and improvements directly in my extension. Let me know if you have any other questions, or else you can close this issue.

ncesar commented 1 year ago

Makes sense, thank you!