Presidentlin commited on
Commit
00ba7d4
·
1 Parent(s): ebe17a3
Files changed (1) hide show
  1. src/lib/data.ts +1 -1
src/lib/data.ts CHANGED
@@ -32,7 +32,7 @@ export const mockData: Provider[] = [
32
  { name: 'Claude 3 Opus', inputPrice: 15.0, outputPrice: 75.0 },
33
  { name: 'Claude 3.5 Sonnet', inputPrice: 3.0, outputPrice: 15.0 },
34
  { name: 'Claude 3 Haiku', inputPrice: 0.25, outputPrice: 1.25 },
35
- { name: 'Claude 3 Haiku', inputPrice: 1.0, outputPrice: 5.0 },
36
  ],
37
  },
38
  {
 
32
  { name: 'Claude 3 Opus', inputPrice: 15.0, outputPrice: 75.0 },
33
  { name: 'Claude 3.5 Sonnet', inputPrice: 3.0, outputPrice: 15.0 },
34
  { name: 'Claude 3 Haiku', inputPrice: 0.25, outputPrice: 1.25 },
35
+ { name: 'Claude 3.5 Haiku', inputPrice: 1.0, outputPrice: 5.0 },
36
  ],
37
  },
38
  {