@lobehub/icons 1.32.4 → 1.32.5
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
@@ -17,6 +17,7 @@ import Fireworks from "../Fireworks";
|
|
17
17
|
import FishAudio from "../FishAudio";
|
18
18
|
import Gemini from "../Gemini";
|
19
19
|
import Gemma from "../Gemma";
|
20
|
+
import Google from "../Google";
|
20
21
|
import Hunyuan from "../Hunyuan";
|
21
22
|
import InternLM from "../InternLM";
|
22
23
|
import LLaVA from "../LLaVA";
|
@@ -166,4 +167,7 @@ export var modelMappings = [{
|
|
166
167
|
}, {
|
167
168
|
Icon: Upstage,
|
168
169
|
keywords: ['^solar-']
|
170
|
+
}, {
|
171
|
+
Icon: Google,
|
172
|
+
keywords: ['google']
|
169
173
|
}];
|