You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I understand the standard guidance when hitting rate limit with LLM providers is to use OpenRouter. That being said, I have a paid API key from Google and I don't think I should be rate limited, and I'm interested in diagnosing why. Right now, all the info I get is:
Ran into this error: Rate limit exceeded: Max retries exceeded for rate limit error.
yes, previously we logged all info to the screen but sometime the payload may be very long and confusion, so we only show the error message in the screen and log all payloads to the log.
So, I understand the standard guidance when hitting rate limit with LLM providers is to use OpenRouter. That being said, I have a paid API key from Google and I don't think I should be rate limited, and I'm interested in diagnosing why. Right now, all the info I get is:
https://www.googlecloudcommunity.com/gc/AI-ML/Assistance-Needed-Quota-Limit-Increase-for-Generative-Language/m-p/815976?utm_source=chatgpt.com implies that I should have gotten detailed information from the API response about what exactly was the rate limit triggered. It would be supremely helpful if this was surfaced by default.
I'm also not sure if there's a way to get at the raw API logs from the UI, I see https://book.goose.rs/logging/debug.html?utm_source=chatgpt.com but I tried:and it didn't seem to do anything.Oops apparently this is a completely different goose LOLThe text was updated successfully, but these errors were encountered: