Update src/pages/index.tsx
Browse files- src/pages/index.tsx +3 -2
src/pages/index.tsx
CHANGED
@@ -17,7 +17,7 @@ const PROVIDERS: ProviderInfo[] = [
|
|
17 |
{ color: "#E91E63", authors: ["Baidu","PaddlePaddle"] },
|
18 |
{ color: "#00BCD4", authors: ["tencent"] },
|
19 |
{ color: "#FFD700", authors: ["BAAI"] },
|
20 |
-
{ color: "#DC143C", authors: ["OpenGVLab","InternLM"] },
|
21 |
{ color: "#FF4500", authors: ["Skywork"] },
|
22 |
{ color: "#556B2F", authors: ["MiniMaxAI"] },
|
23 |
{ color: "#7FFFD4", authors: ["stepfun-ai"] },
|
@@ -26,10 +26,11 @@ const PROVIDERS: ProviderInfo[] = [
|
|
26 |
{ color: "#607D8B", authors: ["THUDM"] },
|
27 |
{ color: "#3F51B5", authors: ["rednote-hilab"] },
|
28 |
{ color: "#DC143C", authors: ["deepseek-ai"] },
|
29 |
-
{ color: "#FF4500", authors: ["Qwen", "wan-ai","wan-ai"]},
|
30 |
{ color: "#009688", authors: ["XiaomiMiMo"] },
|
31 |
{ color: "#8BC34A", authors: ["IndexTeam"] },
|
32 |
{ color: "#4B0082", authors: ["m-a-p"] },
|
|
|
33 |
|
34 |
];
|
35 |
|
|
|
17 |
{ color: "#E91E63", authors: ["Baidu","PaddlePaddle"] },
|
18 |
{ color: "#00BCD4", authors: ["tencent"] },
|
19 |
{ color: "#FFD700", authors: ["BAAI"] },
|
20 |
+
{ color: "#DC143C", authors: ["OpenGVLab","InternLM","openmmlab","opendatalab","OpenDILabCommunity"] },
|
21 |
{ color: "#FF4500", authors: ["Skywork"] },
|
22 |
{ color: "#556B2F", authors: ["MiniMaxAI"] },
|
23 |
{ color: "#7FFFD4", authors: ["stepfun-ai"] },
|
|
|
26 |
{ color: "#607D8B", authors: ["THUDM"] },
|
27 |
{ color: "#3F51B5", authors: ["rednote-hilab"] },
|
28 |
{ color: "#DC143C", authors: ["deepseek-ai"] },
|
29 |
+
{ color: "#FF4500", authors: ["Qwen", "wan-ai","wan-ai","Alibaba-NLP","AIDC-AI","alibaba-damo","alibaba-pai","Tongyi-Zhiwen","lingshu-medical-mllm"]},
|
30 |
{ color: "#009688", authors: ["XiaomiMiMo"] },
|
31 |
{ color: "#8BC34A", authors: ["IndexTeam"] },
|
32 |
{ color: "#4B0082", authors: ["m-a-p"] },
|
33 |
+
{ color: "#1E90FF", authors: ["moonshotai"] },
|
34 |
|
35 |
];
|
36 |
|