Presidentlin commited on
Commit
9919505
·
1 Parent(s): 80fc9d2
Files changed (1) hide show
  1. src/components/PricingTable.tsx +1 -1
src/components/PricingTable.tsx CHANGED
@@ -145,7 +145,7 @@ const filtered = flatModels.filter((m) =>
145
  ${(
146
  calculatePrice(item.inputPrice, inputTokens) +
147
  calculatePrice(item.outputPrice, outputTokens)
148
- ).toFixed(2)}
149
  </TableCell>
150
  {comparisonModels.flatMap((model) => {
151
  const [comparisonProvider, comparisonModelName] = model.split(":");
 
145
  ${(
146
  calculatePrice(item.inputPrice, inputTokens) +
147
  calculatePrice(item.outputPrice, outputTokens)
148
+ ).toFixed(6)}
149
  </TableCell>
150
  {comparisonModels.flatMap((model) => {
151
  const [comparisonProvider, comparisonModelName] = model.split(":");