From 91662c5696cf20a990bf5abe4fdfde3818387227 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8C=EF=B8=8F=20model.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/model/model.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/model/model.ts b/src/utils/model/model.ts index 85e369f..0fa0476 100644 --- a/src/utils/model/model.ts +++ b/src/utils/model/model.ts @@ -616,3 +616,4 @@ export function getMarketingNameForModel(modelId: string): string | undefined { export function normalizeModelStringForAPI(model: string): string { return model.replace(/\[(1|2)m\]/gi, '') } +