enzostvs HF Staff commited on
Commit
c17312a
·
1 Parent(s): b7bffcc

add hf-inference

Browse files
Files changed (1) hide show
  1. 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
- novita: {
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",