@lobehub/icons 1.39.0 → 1.39.1
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.
@@ -34,6 +34,7 @@ import Groq from "../Groq";
|
|
34
34
|
import Higress from "../Higress";
|
35
35
|
import HuggingFace from "../HuggingFace";
|
36
36
|
import Hunyuan from "../Hunyuan";
|
37
|
+
import InternLM from "../InternLM";
|
37
38
|
import LmStudio from "../LmStudio";
|
38
39
|
import LobeHub from "../LobeHub";
|
39
40
|
import Minimax from "../Minimax";
|
@@ -304,6 +305,10 @@ export var providerMappings = [{
|
|
304
305
|
Icon: Cloudflare,
|
305
306
|
combineMultiple: 1.1,
|
306
307
|
keywords: [ModelProvider.Cloudflare]
|
308
|
+
}, {
|
309
|
+
Icon: InternLM,
|
310
|
+
combineMultiple: 0.95,
|
311
|
+
keywords: [ModelProvider.InternLM]
|
307
312
|
}, {
|
308
313
|
Icon: Higress,
|
309
314
|
keywords: [ModelProvider.Higress]
|
@@ -15,6 +15,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
|
|
15
15
|
ModelProvider["Higress"] = "higress";
|
16
16
|
ModelProvider["HuggingFace"] = "huggingface";
|
17
17
|
ModelProvider["Hunyuan"] = "hunyuan";
|
18
|
+
ModelProvider["InternLM"] = "internlm";
|
18
19
|
ModelProvider["LmStudio"] = "lmstudio";
|
19
20
|
ModelProvider["LobeHub"] = "lobehub";
|
20
21
|
ModelProvider["Minimax"] = "minimax";
|