@lobehub/icons 2.29.1 → 2.29.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,8 +32,8 @@ import Bfl from "../Bfl";
|
|
32
32
|
import BurnCloud from "../BurnCloud";
|
33
33
|
import Claude from "../Claude";
|
34
34
|
import Cloudflare from "../Cloudflare";
|
35
|
-
import ComfyUI from "../ComfyUI";
|
36
35
|
import Cohere from "../Cohere";
|
36
|
+
import ComfyUI from "../ComfyUI";
|
37
37
|
import DeepSeek from "../DeepSeek";
|
38
38
|
import Doubao from "../Doubao";
|
39
39
|
import Fal from "../Fal";
|
@@ -55,6 +55,7 @@ import Minimax from "../Minimax";
|
|
55
55
|
import Mistral from "../Mistral";
|
56
56
|
import ModelScope from "../ModelScope";
|
57
57
|
import Moonshot from "../Moonshot";
|
58
|
+
import Nebius from "../Nebius";
|
58
59
|
import Novita from "../Novita";
|
59
60
|
import Nvidia from "../Nvidia";
|
60
61
|
import Ollama from "../Ollama";
|
@@ -459,4 +460,8 @@ export var providerMappings = [{
|
|
459
460
|
}, {
|
460
461
|
Icon: Bfl,
|
461
462
|
keywords: [ModelProvider.Bfl]
|
463
|
+
}, {
|
464
|
+
Icon: Nebius,
|
465
|
+
combineMultiple: 0.8,
|
466
|
+
keywords: [ModelProvider.Nebius]
|
462
467
|
}];
|
@@ -33,6 +33,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
|
|
33
33
|
ModelProvider["Mistral"] = "mistral";
|
34
34
|
ModelProvider["ModelScope"] = "modelscope";
|
35
35
|
ModelProvider["Moonshot"] = "moonshot";
|
36
|
+
ModelProvider["Nebius"] = "nebius";
|
36
37
|
ModelProvider["Novita"] = "novita";
|
37
38
|
ModelProvider["Nvidia"] = "nvidia";
|
38
39
|
ModelProvider["Ollama"] = "ollama";
|