strict fallback

This commit is contained in:
9qeklajc
2026-05-06 00:46:42 +02:00
parent f7ccc25a7f
commit 26a0b04aef
+7
View File
@@ -335,8 +335,15 @@ def create_model_mappings(
if (
model.forwarded_model_id
and model.forwarded_model_id.lower() == alias
):
return 5
if (
model.id
and model.id.lower() == alias
):
return 4
model_base = get_base_model_id(model.id)
if model_base == alias:
return 3