Presidentlin commited on
Commit
7001622
·
1 Parent(s): f857806
Files changed (1) hide show
  1. src/lib/data.ts +1 -1
src/lib/data.ts CHANGED
@@ -113,7 +113,7 @@ export const mockData: Provider[] = [
113
  { name: 'Llama 3 70B', inputPrice: 0.90, outputPrice: 0.90 },
114
  { name: 'Mixtral 8x7B', inputPrice: 0.50, outputPrice: 0.50 },
115
  { name: 'DeepSeek Coder V2 Instruct', inputPrice: 2.7, outputPrice: 2.7 },
116
- { name: 'DeepSeek Coder V2 Lite Instructs', inputPrice: 0.20, outputPrice: 0.20 },
117
  ],
118
  },
119
  {
 
113
  { name: 'Llama 3 70B', inputPrice: 0.90, outputPrice: 0.90 },
114
  { name: 'Mixtral 8x7B', inputPrice: 0.50, outputPrice: 0.50 },
115
  { name: 'DeepSeek Coder V2 Instruct', inputPrice: 2.7, outputPrice: 2.7 },
116
+ { name: 'DeepSeek Coder V2 Lite Instruct', inputPrice: 0.20, outputPrice: 0.20 },
117
  ],
118
  },
119
  {