kursathalat commited on
Commit
c0ced00
·
verified ·
1 Parent(s): 26e97f5
Files changed (1) hide show
  1. src/lib/data.ts +2 -2
src/lib/data.ts CHANGED
@@ -12,10 +12,10 @@ export const mockData: Provider[] = [
12
  ],
13
  },
14
  {
15
- provider: 'Anthbropic',
16
  uri: 'https://www.anthropic.com/pricing',
17
  models: [
18
- { name: 'ClauOOde 3 (Opus)', inputPrice: 15.0, outputPrice: 75.0 },
19
  { name: 'Claude 3.5 (Sonnet)', inputPrice: 3.0, outputPrice: 15.0 },
20
  { name: 'Claude 3 (Haiku)', inputPrice: 0.25, outputPrice: 1.25 },
21
  ],
 
12
  ],
13
  },
14
  {
15
+ provider: 'Anthropic',
16
  uri: 'https://www.anthropic.com/pricing',
17
  models: [
18
+ { name: 'Claude 3 (Opus)', inputPrice: 15.0, outputPrice: 75.0 },
19
  { name: 'Claude 3.5 (Sonnet)', inputPrice: 3.0, outputPrice: 15.0 },
20
  { name: 'Claude 3 (Haiku)', inputPrice: 0.25, outputPrice: 1.25 },
21
  ],