🗓️ modelCost.ts

This commit is contained in:
nirholas
2026-03-31 10:24:22 +00:00
parent 4f3c1459a0
commit c1669c9c3b

View File

@@ -229,3 +229,4 @@ export function getModelPricingString(model: string): string | undefined {
if (!costs) return undefined
return formatModelPricing(costs)
}