chore: removed unslopNemo

This commit is contained in:
2026-03-20 13:10:12 +01:00
parent 0761254d17
commit 455eba7caf

View File

@@ -54,15 +54,6 @@ struct ModelConfig: Identifiable, Hashable {
supportsImages: false,
supportsTools: false
),
ModelConfig(
id: "unslopnemo",
repoId: "mlx-community/UnslopNemo-12B-v4.1-4bit",
displayName: "UnslopNemo 12B",
contextLength: 131_072,
loaderKind: .llm,
supportsImages: false,
supportsTools: false
),
]
static let `default` = availableModels[0]