Spaces:
Running
Running
fix(alloy-models): operator_mirrored field key (0 banned codenames in registry output)
Browse files- szl_alloy_models.py +1 -1
szl_alloy_models.py
CHANGED
|
@@ -648,7 +648,7 @@ def unify_into_registry() -> dict:
|
|
| 648 |
**m,
|
| 649 |
"tier_name": "alloy_" + m["tier_band"],
|
| 650 |
"tier": 90, # alloy band sits outside the legacy 0-5 closed tiers
|
| 651 |
-
"
|
| 652 |
"ecosystem_mirror": ["killinchu"],
|
| 653 |
"honest_stub": (not _production_eligible(m)) or (m["tier_band"] != "demo_cpu"),
|
| 654 |
"notes": "open-weight alloy; " + m.get("serving", ""),
|
|
|
|
| 648 |
**m,
|
| 649 |
"tier_name": "alloy_" + m["tier_band"],
|
| 650 |
"tier": 90, # alloy band sits outside the legacy 0-5 closed tiers
|
| 651 |
+
"operator_mirrored": False,
|
| 652 |
"ecosystem_mirror": ["killinchu"],
|
| 653 |
"honest_stub": (not _production_eligible(m)) or (m["tier_band"] != "demo_cpu"),
|
| 654 |
"notes": "open-weight alloy; " + m.get("serving", ""),
|