Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keep getting HTTP 429 Too Many Requests error #43

Open
michaellifly opened this issue Mar 6, 2023 · 3 comments
Open

keep getting HTTP 429 Too Many Requests error #43

michaellifly opened this issue Mar 6, 2023 · 3 comments

Comments

@michaellifly
Copy link

does free account work or not?

windows vscode. try to login with openai api key . free account

Too many requests try again later. (HTTP 429 Too Many Requests) Potential reasons:

You exceeded your current quota, please check your plan and billing details
You are sending requests too quickly
The engine is currently overloaded, please try again later.
See https://platform.openai.com/docs/guides/error-codes for more details. ChatGPT error 429: {
"error": {
"message": "You exceeded your current quota, please check your plan and billing details.",
"type": "insufficient_quota",
"param": null,
"code": null
}
}
@michaellifly michaellifly changed the title keep get 429 issue keep getting HTTP 429 Too Many Requests error Mar 6, 2023
@timkmecl
Copy link
Contributor

timkmecl commented Mar 6, 2023

Free accounts work if you still have the initial free credits (meaning you've spent less than 18$ and the account is not older than 3 months). After that is gone, you unfortunately have to pay, since using the API costs 0.002$/1k tokens.

@michaellifly
Copy link
Author

Free accounts work if you still have the initial free credits (meaning you've spent less than 18$ and the account is not older than 3 months). After that is gone, you unfortunately have to pay, since using the API costs 0.002$/1k tokens.

does that mean I have to upgrade to ChatGPT PlusUSD $20/mo . why i am able to get response through web?

@driverajr42
Copy link

I have the same issue. Cannot use my api key at all without getting this error. What worked for me was by going to ChatGPT settings. Under the Chatgpt: Method, change to 'Use Browser Integration.' Logged in using one of my google accounts, and now ChatGPT seems to me working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants