Commit
·
9919505
1
Parent(s):
80fc9d2
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(
|
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(":");
|