Commit
·
76a6c39
1
Parent(s):
283e1b0
- src/lib/data.ts +1 -1
src/lib/data.ts
CHANGED
@@ -21,7 +21,7 @@ export const mockData: Provider[] = [
|
|
21 |
{ name: 'GPT-3.5 Turbo', inputPrice: 0.5, outputPrice: 1.5 },
|
22 |
{ name: 'GPT-3.5 Turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
|
23 |
{ name: 'GPT-4o Mini', inputPrice: 0.15, outputPrice: 0.60 },
|
24 |
-
{ name: 'GPT-4o Mini Batch', inputPrice: 0.075, outputPrice: 0.3 }
|
25 |
{ name: 'GPT-4o Mini Cache Inout', inputPrice: 0.075, outputPrice: 0.60 }
|
26 |
],
|
27 |
},
|
|
|
21 |
{ name: 'GPT-3.5 Turbo', inputPrice: 0.5, outputPrice: 1.5 },
|
22 |
{ name: 'GPT-3.5 Turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
|
23 |
{ name: 'GPT-4o Mini', inputPrice: 0.15, outputPrice: 0.60 },
|
24 |
+
{ name: 'GPT-4o Mini Batch', inputPrice: 0.075, outputPrice: 0.3 },
|
25 |
{ name: 'GPT-4o Mini Cache Inout', inputPrice: 0.075, outputPrice: 0.60 }
|
26 |
],
|
27 |
},
|