Update lib/providers.ts
Browse files- lib/providers.ts +1 -0
lib/providers.ts
CHANGED
|
@@ -74,5 +74,6 @@ export const MODELS = [
|
|
| 74 |
label: "DeepSeek V3.1 Base",
|
| 75 |
providers: ["novita"],
|
| 76 |
isNew: true,
|
|
|
|
| 77 |
}
|
| 78 |
];
|
|
|
|
| 74 |
label: "DeepSeek V3.1 Base",
|
| 75 |
providers: ["novita"],
|
| 76 |
isNew: true,
|
| 77 |
+
autoProvider: "novita"
|
| 78 |
}
|
| 79 |
];
|