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, '') } +