mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 13:51:41 +00:00
fix: avoid false global rate-limit classification from generic cooldown text (#32972)
Merged via squash.
Prepared head SHA: 813c16f5af
Co-authored-by: stakeswky <64798754+stakeswky@users.noreply.github.com>
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com>
Reviewed-by: @altaywtf
This commit is contained in:
@@ -4,7 +4,6 @@ const ERROR_PATTERNS = {
|
||||
rateLimit: [
|
||||
/rate[_ ]limit|too many requests|429/,
|
||||
"model_cooldown",
|
||||
"cooling down",
|
||||
"exceeded your current quota",
|
||||
"resource has been exhausted",
|
||||
"quota exceeded",
|
||||
|
||||
Reference in New Issue
Block a user