@lobehub/icons 1.32.6 → 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 +3 -3
- package/package.json +1 -1
package/es/ModelIcon/const.js
CHANGED
@@ -138,6 +138,9 @@ export var modelMappings = [{
|
|
138
138
|
}, {
|
139
139
|
Icon: Wenxin,
|
140
140
|
keywords: ['ernie']
|
141
|
+
}, {
|
142
|
+
Icon: Doubao,
|
143
|
+
keywords: ['^doubao', 'doubao-']
|
141
144
|
}, {
|
142
145
|
Icon: Spark,
|
143
146
|
keywords: ['spark', 'general', 'pro-128k', '4.0ultra']
|
@@ -168,9 +171,6 @@ export var modelMappings = [{
|
|
168
171
|
}, {
|
169
172
|
Icon: Upstage,
|
170
173
|
keywords: ['^solar-']
|
171
|
-
}, {
|
172
|
-
Icon: Doubao,
|
173
|
-
keywords: ['^doubao', 'doubao-']
|
174
174
|
}, {
|
175
175
|
Icon: Google,
|
176
176
|
keywords: ['google']
|