chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-12 18:35:01 +00:00
parent f8b357b267
commit 8d97c8d412

View File

@ -472,9 +472,7 @@ function ModelEfficiencySection(props: { data: StatsModelData | null; catalog: M
<MetricCard
label="Cost / 1M"
value={
props.catalog?.cost
? formatCatalogPrice(props.catalog.cost)
: formatMoney(data().totals.costPerMillion)
props.catalog?.cost ? formatCatalogPrice(props.catalog.cost) : formatMoney(data().totals.costPerMillion)
}
detail={props.catalog?.cost ? "input / output" : "observed all tokens"}
/>