@lobehub/icons 5.17.0 → 5.18.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.
|
@@ -324,6 +324,10 @@ export var modelMappings = [{
|
|
|
324
324
|
}, {
|
|
325
325
|
Icon: Ideogram,
|
|
326
326
|
keywords: ['ideogram', '^v_1', '^v_2', '^v3$', '^upscale$', '^describe$']
|
|
327
|
+
}, /** Match Muse Spark before the broad iFlyTek Spark keyword. */
|
|
328
|
+
{
|
|
329
|
+
Icon: Meta,
|
|
330
|
+
keywords: ['(^|/)muse-spark($|-)']
|
|
327
331
|
}, {
|
|
328
332
|
Icon: Spark,
|
|
329
333
|
keywords: ['spark', 'general$', 'generalv3$', 'generalv3.5$', '4.0ultra$', 'pro-128k$', '^max-32k$', '^lite$', '^x1$']
|