Spaces:
Running
Running
add hf-inference
Browse files- utils/providers.js +1 -1
utils/providers.js
CHANGED
@@ -19,7 +19,7 @@ export const PROVIDERS = {
|
|
19 |
max_tokens: 16_000,
|
20 |
id: "novita",
|
21 |
},
|
22 |
-
|
23 |
name: "HF Inference API",
|
24 |
max_tokens: 16_000,
|
25 |
id: "hf-inference",
|
|
|
19 |
max_tokens: 16_000,
|
20 |
id: "novita",
|
21 |
},
|
22 |
+
"hf-inference": {
|
23 |
name: "HF Inference API",
|
24 |
max_tokens: 16_000,
|
25 |
id: "hf-inference",
|