@lobehub/icons 1.32.5 → 1.32.7
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 +4 -0
- 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 Doubao from "../Doubao";
|
16
17
|
import Fireworks from "../Fireworks";
|
17
18
|
import FishAudio from "../FishAudio";
|
18
19
|
import Gemini from "../Gemini";
|
@@ -137,6 +138,9 @@ export var modelMappings = [{
|
|
137
138
|
}, {
|
138
139
|
Icon: Wenxin,
|
139
140
|
keywords: ['ernie']
|
141
|
+
}, {
|
142
|
+
Icon: Doubao,
|
143
|
+
keywords: ['^doubao', 'doubao-']
|
140
144
|
}, {
|
141
145
|
Icon: Spark,
|
142
146
|
keywords: ['spark', 'general', 'pro-128k', '4.0ultra']
|