mpociot / chatgpt-vscode

A VSCode extension that allows you to use ChatGPT
4.99k stars 365 forks source link

Unofficial API #26

Open AMDarter opened 1 year ago

AMDarter commented 1 year ago

Please stop using an unofficial API.

tdguchi commented 1 year ago

wtf?

exactly... why?

slavakurilyak commented 1 year ago

As of Dec 2022, ChatGPT does not have an API allowing scripted automation of this functionality, but it is expected that OpenAI will provide a programmatic interface shortly...

timkmecl commented 1 year ago

@AMDarter what @slavakurilyak wrote is true. However, I have a version of this extension with the official OpenAI API using GPT3 here.

timkmecl commented 1 year ago

The latest version on the VSCode Marketplace now uses the newly released official API! Source code in my repo.