@lobehub/icons 1.32.3 → 1.32.5
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.
- package/es/ModelIcon/const.js +9 -1
- package/package.json +1 -1
package/es/ModelIcon/const.js
CHANGED
@@ -13,9 +13,11 @@ import CodeGeeX from "../CodeGeeX";
|
|
13
13
|
import Cohere from "../Cohere";
|
14
14
|
import Dbrx from "../Dbrx";
|
15
15
|
import DeepSeek from "../DeepSeek";
|
16
|
+
import Fireworks from "../Fireworks";
|
16
17
|
import FishAudio from "../FishAudio";
|
17
18
|
import Gemini from "../Gemini";
|
18
19
|
import Gemma from "../Gemma";
|
20
|
+
import Google from "../Google";
|
19
21
|
import Hunyuan from "../Hunyuan";
|
20
22
|
import InternLM from "../InternLM";
|
21
23
|
import LLaVA from "../LLaVA";
|
@@ -69,6 +71,9 @@ export var modelMappings = [{
|
|
69
71
|
}, {
|
70
72
|
Icon: Aws,
|
71
73
|
keywords: ['titan']
|
74
|
+
}, {
|
75
|
+
Icon: Fireworks,
|
76
|
+
keywords: ['accounts/fireworks/models/fire']
|
72
77
|
}, {
|
73
78
|
Icon: Meta,
|
74
79
|
keywords: ['llama']
|
@@ -134,7 +139,7 @@ export var modelMappings = [{
|
|
134
139
|
keywords: ['ernie']
|
135
140
|
}, {
|
136
141
|
Icon: Spark,
|
137
|
-
keywords: ['spark']
|
142
|
+
keywords: ['spark', 'general', 'pro-128k', '4.0ultra']
|
138
143
|
}, {
|
139
144
|
Icon: Hunyuan,
|
140
145
|
keywords: ['hunyuan']
|
@@ -162,4 +167,7 @@ export var modelMappings = [{
|
|
162
167
|
}, {
|
163
168
|
Icon: Upstage,
|
164
169
|
keywords: ['^solar-']
|
170
|
+
}, {
|
171
|
+
Icon: Google,
|
172
|
+
keywords: ['google']
|
165
173
|
}];
|