I don’t know why this says “Issues quickly”, but hello. Suddenly my chatbot which is connected to my OpenAI API says: “You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.”
Answers quickly: The issue isn’t apparent from your screenshot.
Within the organization showing there, go to API Keys and generate and employ a new API key, and ensure at the bottom the default organization to bill to is selected correctly.
Verify current account balance in credits on “billing overview”
Lift any restrictions you imposed yourself for usage limits.
Check that a chat completion request can be performed in the API Playground, and in a short local code snippet.
Rate limit errors should have their own message type, “rate limit exceeded”.
Thanks very much. OK, I just checked and it looks like I am on tier 2, which says that it only allows 60,000 tokens per month. My usage page says I have used more than 500,000 ChatBPT 3.5 Turbo tokens!
If I only get 60,000 tokens, my website agent chatbots would be unusable for most purposes, as it wouldn’t last a day.
Funnily enough after about 3 hours the bot returned to normal operation and seems to be working today. I’m confused…
Thanks, I’ll check into these if it happens again. Funnily enough after about 3 hours the bot returned to normal operation and seems to be working today.
If you had just recently made a payment to bring your balance above zero, that may have been delayed in taking effect. That’s also one possible cause.