mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
修复 key allowed_models 通过 global_model_mappings 正则命中时, 候选选择仍使用 provider model mapping 作为出站模型的问题。 正则命中后将 allowed model 写入 selected_provider_model_name, 确保最终 execution runtime 请求体中的 model 使用映射后的模型。 补充三层回归测试: - scheduler-core 正则映射解析 - gateway candidate/data 候选选择输出 - gateway ai_execute 出站请求 model 捕获