Presidentlin commited on
Commit
450d978
·
1 Parent(s): 427ec3e
Files changed (1) hide show
  1. src/lib/data.ts +1 -1
src/lib/data.ts CHANGED
@@ -110,7 +110,7 @@ export const mockData: Provider[] = [
110
  { name: "Llama 3 70B 8192 Tool Use", inputPrice: 0.89, outputPrice: 0.89 },
111
  { name: "Mixtral 8x7B 32k Instruct", inputPrice: 0.24, outputPrice: 0.24 },
112
  { name: "Gemma 7B Instruct", inputPrice: 0.07, outputPrice: 0.07 },
113
- { name: "Gemma2 9b Instruct", inputPrice: 0.20, outputPrice: 0.20 }
114
  ]
115
  },
116
  {
 
110
  { name: "Llama 3 70B 8192 Tool Use", inputPrice: 0.89, outputPrice: 0.89 },
111
  { name: "Mixtral 8x7B 32k Instruct", inputPrice: 0.24, outputPrice: 0.24 },
112
  { name: "Gemma 7B Instruct", inputPrice: 0.07, outputPrice: 0.07 },
113
+ { name: "Gemma 2 9B Instruct", inputPrice: 0.20, outputPrice: 0.20 }
114
  ]
115
  },
116
  {