Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (31 loc) · 1.77 KB

File metadata and controls

39 lines (31 loc) · 1.77 KB

API Authorization Problems:

  • Error Code 104: Bad Gateway usually means bad API Key

Discussions:

  • #1311 - Invalid OpenAI API Key

Issues:

  • #4084 - Invalid OpenAI API Key
  • #1914 - OpenAI Key not set
  • #644 - Invalid OpenAI API Key

Pull Requests:

  • #1304 - Proposal to add OpenAI paid account requirement to README.md

Useful Links:

Gist | Alt | Label

Common Responses:

It is important to note that [chat.openai.com][chat] and [platform.openai.com][platform] are not the same tools. Billing for one is completely different from the other.

Whenever making changes to [https://platform.openai.com][platform], you'll need to verify that the key didn't change or to regenerate one if needed.

[chat]:https://chat.openai.com/
[platform]:https://platform.openai.com

Notes:

as found in #4084, having duplicate OPEANAI_API_KEY entries in the .env file can cause the Invalid API Key error.