mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
feat(models): 模型映射支持按提供商分组并自动关联
- 映射匹配结果按提供商分组显示,支持单个关联 - 保存映射规则时自动批量关联未关联的提供商 - 优化模型详情加载逻辑,并行获取最新数据 - 移除冗余的调度器日志输出
This commit is contained in:
@@ -390,6 +390,7 @@ def check_model_allowed_with_mappings(
|
||||
|
||||
# 获取 allowed_models 的集合
|
||||
allowed_set = normalize_allowed_models(allowed_models)
|
||||
|
||||
if allowed_set is None:
|
||||
# 不限制,已在 check_model_allowed 中返回 True
|
||||
return True, None
|
||||
|
||||
Reference in New Issue
Block a user