-
Notifications
You must be signed in to change notification settings - Fork 178
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
Gemini error 429 Too Many Requests. Resource has been exhausted #25
Comments
Yes I'm getting the same error too. I just did a "git pull" just a few minutes ago so I have the latest. I would doubt there is really a good way around it. Han could put in an artificial limit perhaps, but that would likely just truncate an answer, not ideal. I doubt he could check for a free Gemini account due to Google security, which means using an environment flag that the user could set. I'm loving this tool, personally I'm probably going to opt for a paid Gemini account to get around it. |
add something like this to error-analyzer.ts
|
I'm getting a Gemini error 429 on the free plan.
Seems like the request limit per model per minute for a project in the free tier is 15.
Currently it seems like there is no way to cap this in the script. Any suggestions on how to get around this?
The text was updated successfully, but these errors were encountered: