enzostvs HF Staff commited on
Commit
21e4d08
·
verified ·
1 Parent(s): 6037eb3

Update lib/providers.ts

Browse files
Files changed (1) hide show
  1. lib/providers.ts +2 -2
lib/providers.ts CHANGED
@@ -62,7 +62,6 @@ export const MODELS = [
62
  label: "Qwen3 Coder 480B A35B Instruct",
63
  providers: ["novita", "hyperbolic"],
64
  autoProvider: "novita",
65
- isNew: true,
66
  },
67
  {
68
  value: "moonshotai/Kimi-K2-Instruct",
@@ -73,6 +72,7 @@ export const MODELS = [
73
  {
74
  value: "deepseek-ai/DeepSeek-V3.1-Base",
75
  label: "DeepSeek V3.1 Base",
76
- providers: ["novita"]
 
77
  }
78
  ];
 
62
  label: "Qwen3 Coder 480B A35B Instruct",
63
  providers: ["novita", "hyperbolic"],
64
  autoProvider: "novita",
 
65
  },
66
  {
67
  value: "moonshotai/Kimi-K2-Instruct",
 
72
  {
73
  value: "deepseek-ai/DeepSeek-V3.1-Base",
74
  label: "DeepSeek V3.1 Base",
75
+ providers: ["novita"],
76
+ isNew: true,
77
  }
78
  ];