aiqtech commited on
Commit
07032aa
·
verified ·
1 Parent(s): bd3b641

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +5 -9
src/constants/organizations.ts CHANGED
@@ -2,17 +2,13 @@ import { ProviderInfo } from "../types/heatmap";
2
 
3
  export const ORGANIZATIONS: ProviderInfo[] = [
4
 
5
- { color: "#0088cc", authors: ["VIDraft"] },
6
- { color: "#cc785c", authors: ["Heartsync"] },
7
- { color: "#ff7000", authors: ["openfree"] },
8
- { color: "#10A37F", authors: ["seawolf2357"] },
9
- { color: "#DB4437", authors: ["ginigen"] },
10
- { color: "#F45098", authors: ["ginipick"] },
11
- { color: "#FEB800", authors: ["fantaxy"] },
12
  { color: "#0088cc", authors: ["fantos"] },
13
  { color: "#A020F0", authors: ["aiqtech"] },
14
  { color: "#ff7000", authors: ["aiqcamp"] },
15
-
 
16
  { color: "#ff7000", authors: ["tencent"] },
17
  { color: "#1877F2", authors: ["black-forest-labs"] },
18
  { color: "#10A37F", authors: ["prithivMLmods"] },
@@ -26,7 +22,7 @@ export const ORGANIZATIONS: ProviderInfo[] = [
26
  { color: "#DB4437", authors: ["gokaygokay"] },
27
 
28
  { color: "#ff7000", authors: ["mistralai"] },
29
- { color: "#1877F2", authors: ["meta-llama","facebook", ] },
30
  { color: "#10A37F", authors: ["openai"] },
31
  { color: "#cc785c", authors: ["Anthropic"] },
32
  { color: "#DB4437", authors: ["google"] },
 
2
 
3
  export const ORGANIZATIONS: ProviderInfo[] = [
4
 
5
+
6
+ { color: "#ff7000", authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy"] },
 
 
 
 
 
7
  { color: "#0088cc", authors: ["fantos"] },
8
  { color: "#A020F0", authors: ["aiqtech"] },
9
  { color: "#ff7000", authors: ["aiqcamp"] },
10
+ { color: "#cc785c", authors: ["Heartsync"] },
11
+
12
  { color: "#ff7000", authors: ["tencent"] },
13
  { color: "#1877F2", authors: ["black-forest-labs"] },
14
  { color: "#10A37F", authors: ["prithivMLmods"] },
 
22
  { color: "#DB4437", authors: ["gokaygokay"] },
23
 
24
  { color: "#ff7000", authors: ["mistralai"] },
25
+ { color: "#1877F2", authors: ["meta-llama","facebook"] },
26
  { color: "#10A37F", authors: ["openai"] },
27
  { color: "#cc785c", authors: ["Anthropic"] },
28
  { color: "#DB4437", authors: ["google"] },