From 527bdf0a3e1e19b2186d4ae6bbc4382faf15fc4a 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=97=B3=EF=B8=8F=20antModels.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/model/antModels.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/model/antModels.ts b/src/utils/model/antModels.ts index bde34ef..b3bc67c 100644 --- a/src/utils/model/antModels.ts +++ b/src/utils/model/antModels.ts @@ -62,3 +62,4 @@ export function resolveAntModel( m => m.alias === model || lower.includes(m.model.toLowerCase()), ) } +