@lobehub/icons 1.32.5 → 1.32.6
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";
|
@@ -167,6 +168,9 @@ export var modelMappings = [{
|
|
167
168
|
}, {
|
168
169
|
Icon: Upstage,
|
169
170
|
keywords: ['^solar-']
|
171
|
+
}, {
|
172
|
+
Icon: Doubao,
|
173
|
+
keywords: ['^doubao', 'doubao-']
|
170
174
|
}, {
|
171
175
|
Icon: Google,
|
172
176
|
keywords: ['google']
|