@lobehub/icons 2.16.0 → 2.17.0
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.
@@ -14,6 +14,7 @@ import ByteDance from "../ByteDance";
|
|
14
14
|
import ChatGLM from "../ChatGLM";
|
15
15
|
import Claude from "../Claude";
|
16
16
|
import CodeGeeX from "../CodeGeeX";
|
17
|
+
import CogView from "../CogView";
|
17
18
|
import Cohere from "../Cohere";
|
18
19
|
import Dalle from "../Dalle";
|
19
20
|
import Dbrx from "../Dbrx";
|
@@ -137,7 +138,7 @@ export var modelMappings = [{
|
|
137
138
|
keywords: ['qiniu']
|
138
139
|
}, {
|
139
140
|
Icon: Qwen,
|
140
|
-
keywords: ['qwen', 'qwq', 'qvq']
|
141
|
+
keywords: ['qwen', 'qwq', 'qvq', 'wanx']
|
141
142
|
}, {
|
142
143
|
Icon: Minimax,
|
143
144
|
keywords: ['minimax', 'abab']
|
@@ -270,4 +271,7 @@ export var modelMappings = [{
|
|
270
271
|
}, {
|
271
272
|
Icon: Google,
|
272
273
|
keywords: ['google']
|
274
|
+
}, {
|
275
|
+
Icon: CogView,
|
276
|
+
keywords: ['cogview']
|
273
277
|
}];
|