chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-12 18:35:01 +00:00
parent f8b357b267
commit 8d97c8d412
@@ -472,9 +472,7 @@ function ModelEfficiencySection(props: { data: StatsModelData | null; catalog: M
<MetricCard <MetricCard
label="Cost / 1M" label="Cost / 1M"
value={ value={
props.catalog?.cost props.catalog?.cost ? formatCatalogPrice(props.catalog.cost) : formatMoney(data().totals.costPerMillion)
? formatCatalogPrice(props.catalog.cost)
: formatMoney(data().totals.costPerMillion)
} }
detail={props.catalog?.cost ? "input / output" : "observed all tokens"} detail={props.catalog?.cost ? "input / output" : "observed all tokens"}
/> />