gragland / chatgpt-chrome-extension

A ChatGPT Chrome extension. Integrates ChatGPT into every text box on the internet.
MIT License
2.83k stars 455 forks source link

Use ChatGPT API Key #25

Closed billyjbryant closed 1 year ago

billyjbryant commented 1 year ago

Description

OpenAI has API Support where authentication is performed with an API Key. This form of authentication and interaction would actually be better than using Email Address and Password Credentials, especially since OpenAI supports OAuth with Google, thus eliminating users who use this auth method from using this extension.

https://platform.openai.com/docs/introduction

gragland commented 1 year ago

Done in #27