🖌️ model.ts

This commit is contained in:
nirholas
2026-03-31 10:24:21 +00:00
parent 033c73647a
commit 91662c5696

View File

@@ -616,3 +616,4 @@ export function getMarketingNameForModel(modelId: string): string | undefined {
export function normalizeModelStringForAPI(model: string): string {
return model.replace(/\[(1|2)m\]/gi, '')
}