File tree Expand file tree Collapse file tree
packages/stats/app/src/routes/[lab] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -884,8 +884,14 @@ function ModelEfficiencySection(props: { data: StatsModelData | null; catalog: M
884884 < div data-slot = "model-efficiency-pattern" aria-hidden = "true" />
885885 < div data-component = "model-efficiency-grid" >
886886 < MetricCard label = { i18n . t ( "model.totalSpendLabel" ) } value = { formatMoney ( data ( ) . totals . cost ) } />
887- < MetricCard label = { i18n . t ( "model.costInput" ) } value = { formatCatalogUnitPrice ( props . catalog ?. cost ?. input ) } />
888- < MetricCard label = { i18n . t ( "model.costOutput" ) } value = { formatCatalogUnitPrice ( props . catalog ?. cost ?. output ) } />
887+ < MetricCard
888+ label = { i18n . t ( "model.costInput" ) }
889+ value = { formatCatalogUnitPrice ( props . catalog ?. cost ?. input ) }
890+ />
891+ < MetricCard
892+ label = { i18n . t ( "model.costOutput" ) }
893+ value = { formatCatalogUnitPrice ( props . catalog ?. cost ?. output ) }
894+ />
889895 < MetricCard
890896 label = { i18n . t ( "model.averageCostSession" ) }
891897 value = { formatSessionCost ( data ( ) . totals . costPerSession ) }
You can’t perform that action at this time.
0 commit comments