This commit is contained in:
Timothy Jaeryang Baek
2026-03-07 17:03:23 -06:00
parent 03c6caac1f
commit e6b00a8905

View File

@@ -161,6 +161,7 @@ async def get_all_models(request, refresh: bool = False, user: UserModel = None)
for custom_model in custom_models:
if custom_model.base_model_id is None:
# Override applied directly to a base model (shares the same ID)
model = base_model_lookup.get(custom_model.id)
if model: