9router/open-sse
Anurag Saxena 4774150ca7
fix: combo 503 cooldown wait before fallthrough + 406 on disabled creds (#382)
- fixes #335: on transient 503/502/504, wait for short cooldown (up to
  5s) before falling to next combo model, giving the provider a chance
  to recover rather than immediately skipping it
- fixes #334: when all combo models have no active credentials, return
  503 (Service Unavailable) instead of 406 (Not Acceptable), which is
  more accurate and retriable by clients
2026-03-23 09:24:58 +07:00
..
config feat: add MiniMax M2.7 model support (#357) 2026-03-19 15:34:36 +07:00
executors Update Antigravity provider config and headers 2026-03-17 10:12:17 +07:00
handlers Feat : Auto restart after crash 2026-03-14 09:37:29 +07:00
services fix: combo 503 cooldown wait before fallthrough + 406 on disabled creds (#382) 2026-03-23 09:24:58 +07:00
transformer feat: enhance request handling and error management in chatCore and streamToJsonConverter 2026-02-15 12:02:53 +07:00
translator fix: add missing type:string to enum properties in Gemini tool schema translation (#380) 2026-03-23 09:20:55 +07:00
utils refactor: update MITM bypass logic and enhance combo name validation 2026-03-19 22:47:32 +07:00
.npmignore Update jsconfig.json and package.json to correct open-sse path references from relative to local directory. 2026-01-05 10:37:09 +07:00
index.js Refactor config 2026-03-12 16:20:46 +07:00