Presidentlin commited on
Commit
4a2dab1
·
1 Parent(s): 033b166
Files changed (1) hide show
  1. src/lib/data.ts +1 -1
src/lib/data.ts CHANGED
@@ -29,7 +29,7 @@ export const mockData: Provider[] = [
29
  { name: "Claude 3 Opus", inputPrice: 15.0, outputPrice: 75.0 },
30
  { name: "Claude 3.5 Sonnet", inputPrice: 3.0, outputPrice: 15.0 },
31
  { name: "Claude 3 Haiku", inputPrice: 0.25, outputPrice: 1.25 },
32
- { name: "Claude 3.5 Haiku", inputPrice: 1.0, outputPrice: 5.0 },
33
  ],
34
  },
35
  {
 
29
  { name: "Claude 3 Opus", inputPrice: 15.0, outputPrice: 75.0 },
30
  { name: "Claude 3.5 Sonnet", inputPrice: 3.0, outputPrice: 15.0 },
31
  { name: "Claude 3 Haiku", inputPrice: 0.25, outputPrice: 1.25 },
32
+ { name: "Claude 3.5 Haiku", inputPrice: 0.8, outputPrice: 4.0 },
33
  ],
34
  },
35
  {