Spaces:
Running
Running
Commit
•
6179d64
1
Parent(s):
2e49dd8
Update src/lib/data.ts
Browse files- src/lib/data.ts +1 -1
src/lib/data.ts
CHANGED
@@ -78,7 +78,7 @@ export const mockData: Provider[] = [
|
|
78 |
models: [
|
79 |
{ name: 'Llama 3 70b', inputPrice: 1.80, outputPrice: 1.80 },
|
80 |
{ name: 'Mistral Large', inputPrice: 10.0, outputPrice: 10.0 },
|
81 |
-
{ name: 'Llama 3.1 405b', inputPrice: 5.0, outputPrice:
|
82 |
|
83 |
],
|
84 |
},
|
|
|
78 |
models: [
|
79 |
{ name: 'Llama 3 70b', inputPrice: 1.80, outputPrice: 1.80 },
|
80 |
{ name: 'Mistral Large', inputPrice: 10.0, outputPrice: 10.0 },
|
81 |
+
{ name: 'Llama 3.1 405b', inputPrice: 5.0, outputPrice: 16.0 },
|
82 |
|
83 |
],
|
84 |
},
|