mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-07-02 04:54:42 +08:00
- Added `RefreshAPIKeyModelAlias` for explicit alias table rebuilds. - Introduced deferred rebuild support with `WithDeferredAPIKeyModelAliasRebuild` and context flag validation. - Implemented `openAICompatibilityRegistrationCache` to streamline OpenAI compatibility model registrations. - Updated executor and model registration workflows to utilize cached compatibility data, improving efficiency in batch operations. - Adjusted max worker limits dynamically based on model categories. Closes: #3953