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