Consistently returns the following error when using OpenAI
Out of credits. OpenAI: The usage limit has been reached.
Manage billing at https://platform.openai.com/account/billing.
This happens with both
- ChatGPT subscription authentication
- My own OpenAI API key
My API account still has available credit, so this does not appear to be caused by an actual lack of API credits.
Expected behavior
The local version should be able to connect to OpenAI using either my ChatGPT subscription authentication or my valid API key, as long as the corresponding account has available usage.
Actual behavior
The local version always returns the same Out of credits error.
Switching from subscription authentication to my own API key does not change the error.
Even after disconnecting/removing the ChatGPT subscription authentication and configuring only my OpenAI API key, the application still does not work correctly. It seems possible that the local version may still be referencing the previous subscription authentication instead of using the configured API key.
They shows this message.
Steps to reproduce
- Run the local version.
- Connect OpenAI using ChatGPT subscription authentication.
- Send a request.
- The Out of credits error appears.
- Disconnect/remove the ChatGPT subscription authentication.
- Configure a valid OpenAI API key with available credit.
- Send another request.
- The exact same Out of credits error appears.
Consistently returns the following error when using OpenAI
This happens with both
My API account still has available credit, so this does not appear to be caused by an actual lack of API credits.
Expected behavior
The local version should be able to connect to OpenAI using either my ChatGPT subscription authentication or my valid API key, as long as the corresponding account has available usage.
Actual behavior
The local version always returns the same Out of credits error.
Switching from subscription authentication to my own API key does not change the error.
Even after disconnecting/removing the ChatGPT subscription authentication and configuring only my OpenAI API key, the application still does not work correctly. It seems possible that the local version may still be referencing the previous subscription authentication instead of using the configured API key.
They shows this message.
Steps to reproduce