mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-06 08:02:22 +08:00
- Retry model fetch requests up to twice per endpoint before falling back to subsequent base URLs. - Prioritize the daily base URL ahead of production in the default endpoint list. - Allow injecting custom base URLs and HTTP clients to support testing and configurable fetch execution. Closes: #4495