Commit
·
78d2305
1
Parent(s):
d53cae5
- src/lib/data.ts +1 -1
src/lib/data.ts
CHANGED
|
@@ -176,7 +176,7 @@ export const mockData: Provider[] = [
|
|
| 176 |
},
|
| 177 |
{
|
| 178 |
provider: 'Novita AI',
|
| 179 |
-
uri: 'https://novita.ai/model-api/pricing
|
| 180 |
models: [
|
| 181 |
{ "name": "llama-3-8b-instruct", "inputPrice": 0.06, "outputPrice": 0.06 },
|
| 182 |
{ "name": "llama-3-70b-instruct", "inputPrice": 0.55, "outputPrice": 0.76 },
|
|
|
|
| 176 |
},
|
| 177 |
{
|
| 178 |
provider: 'Novita AI',
|
| 179 |
+
uri: 'https://novita.ai/model-api/pricing',
|
| 180 |
models: [
|
| 181 |
{ "name": "llama-3-8b-instruct", "inputPrice": 0.06, "outputPrice": 0.06 },
|
| 182 |
{ "name": "llama-3-70b-instruct", "inputPrice": 0.55, "outputPrice": 0.76 },
|