@lobehub/icons 5.16.1 → 5.16.2
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.
|
@@ -93,7 +93,7 @@ import LmStudio from "../LmStudio";
|
|
|
93
93
|
import LobeHub from "../LobeHub";
|
|
94
94
|
import LongCat from "../LongCat";
|
|
95
95
|
import Menlo from "../Menlo";
|
|
96
|
-
import
|
|
96
|
+
import MetaAI from "../MetaAI";
|
|
97
97
|
import Microsoft from "../Microsoft";
|
|
98
98
|
import Minimax from "../Minimax";
|
|
99
99
|
import Mistral from "../Mistral";
|
|
@@ -251,7 +251,7 @@ export var providerMappings = [{
|
|
|
251
251
|
Icon: Menlo,
|
|
252
252
|
keywords: [ModelProvider.Menlo]
|
|
253
253
|
}, {
|
|
254
|
-
Icon:
|
|
254
|
+
Icon: MetaAI,
|
|
255
255
|
keywords: [ModelProvider.Meta]
|
|
256
256
|
}, {
|
|
257
257
|
Icon: Microsoft,
|