@lobehub/icons 1.32.3 → 1.32.4
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 +5 -1
- package/package.json +1 -1
package/es/ModelIcon/const.js
CHANGED
@@ -13,6 +13,7 @@ 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";
|
@@ -69,6 +70,9 @@ export var modelMappings = [{
|
|
69
70
|
}, {
|
70
71
|
Icon: Aws,
|
71
72
|
keywords: ['titan']
|
73
|
+
}, {
|
74
|
+
Icon: Fireworks,
|
75
|
+
keywords: ['accounts/fireworks/models/fire']
|
72
76
|
}, {
|
73
77
|
Icon: Meta,
|
74
78
|
keywords: ['llama']
|
@@ -134,7 +138,7 @@ export var modelMappings = [{
|
|
134
138
|
keywords: ['ernie']
|
135
139
|
}, {
|
136
140
|
Icon: Spark,
|
137
|
-
keywords: ['spark']
|
141
|
+
keywords: ['spark', 'general', 'pro-128k', '4.0ultra']
|
138
142
|
}, {
|
139
143
|
Icon: Hunyuan,
|
140
144
|
keywords: ['hunyuan']
|