@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.
@@ -179,7 +179,7 @@ export var modelMappings = [{
179
179
  keywords: ['suno']
180
180
  }, {
181
181
  Icon: Azure,
182
- keywords: ['wizardlm', 'phi3', 'phi-3']
182
+ keywords: ['wizardlm', 'phi3', 'phi-3', 'phi-2']
183
183
  }, {
184
184
  Icon: Adobe,
185
185
  keywords: ['firefly']
@@ -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 declare enum ModelProvider {
15
15
  Higress = "higress",
16
16
  HuggingFace = "huggingface",
17
17
  Hunyuan = "hunyuan",
18
+ InternLM = "internlm",
18
19
  LmStudio = "lmstudio",
19
20
  LobeHub = "lobehub",
20
21
  Minimax = "minimax",
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.39.0",
3
+ "version": "1.39.1",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",