chore: generate
This commit is contained in:
parent
f8b357b267
commit
8d97c8d412
@ -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"}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user