kiranvshah / chatgpt-helper

A VS Code extension to query OpenAI's ChatGPT from inside the editor
https://marketplace.visualstudio.com/items?itemName=kiranshah.chatgpt-helper
GNU General Public License v3.0
42 stars 22 forks source link

Use API Key #14

Closed doggy8088 closed 1 year ago

doggy8088 commented 1 year ago

Please don't use OpenAI username and password, use the API Key instead.

https://beta.openai.com/account/api-keys

kiranvshah commented 1 year ago

as far as I understand, the OpenAI API doesn't work for ChatGPT yet, but I plan on using this unofficial API in the future, which uses session tokens instead of username & password

kiranvshah commented 1 year ago

will be fixed by #17