Update src/pages/index.tsx
Browse files- src/pages/index.tsx +1 -1
src/pages/index.tsx
CHANGED
|
@@ -16,7 +16,7 @@ import { getRankingBadge } from "../utils/ranking";
|
|
| 16 |
const PROVIDERS: ProviderInfo[] = [
|
| 17 |
{ color: "#E91E63", authors: ["Baidu","PaddlePaddle"] },
|
| 18 |
{ color: "#00BCD4", authors: ["tencent"] },
|
| 19 |
-
{ color: "#FFD700", authors: ["BAAI"] },
|
| 20 |
{ color: "#DC143C", authors: ["InternLM","OpenGVLab","openmmlab","opendatalab","OpenDILabCommunity"] },
|
| 21 |
{ color: "#FF4500", authors: ["Skywork"] },
|
| 22 |
{ color: "#556B2F", authors: ["MiniMaxAI"] },
|
|
|
|
| 16 |
const PROVIDERS: ProviderInfo[] = [
|
| 17 |
{ color: "#E91E63", authors: ["Baidu","PaddlePaddle"] },
|
| 18 |
{ color: "#00BCD4", authors: ["tencent"] },
|
| 19 |
+
{ color: "#FFD700", authors: ["BAAI","robocoin","flagrelease"] },
|
| 20 |
{ color: "#DC143C", authors: ["InternLM","OpenGVLab","openmmlab","opendatalab","OpenDILabCommunity"] },
|
| 21 |
{ color: "#FF4500", authors: ["Skywork"] },
|
| 22 |
{ color: "#556B2F", authors: ["MiniMaxAI"] },
|