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
fix: record cooldown for last model in cascade before throwing
Previously the isLast check threw before setModelCooldown ran, so the
last model in GEMINI_FALLBACK_MODELS never got its 429 recorded. A
resume/retry would skip the earlier (cooling-down) models but go
straight back to the last one and re-hit the same exhausted quota
immediately instead of backing off.
0 commit comments