aiqtech commited on
Commit
fc5005e
·
verified ·
1 Parent(s): 911714a

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +11 -1
src/constants/organizations.ts CHANGED
@@ -1,7 +1,17 @@
1
  import { ProviderInfo } from "../types/heatmap";
2
 
3
  export const ORGANIZATIONS: ProviderInfo[] = [
4
- { color: "#ff7000", authors: ["openfree"] },
 
 
 
 
 
 
 
 
 
 
5
  { color: "#ff7000", authors: ["mistralai"] },
6
  { color: "#1877F2", authors: ["meta-llama","facebook", ] },
7
  { color: "#10A37F", authors: ["openai"] },
 
1
  import { ProviderInfo } from "../types/heatmap";
2
 
3
  export const ORGANIZATIONS: ProviderInfo[] = [
4
+ { color: "#ff7000", authors: ["openfree"] },
5
+
6
+ { color: "#10A37F", authors: ["seawolf2357"] },
7
+ { color: "#cc785c", authors: ["heartsync"] },
8
+ { color: "#DB4437", authors: ["ginigen"] },
9
+ { color: "#F45098", authors: ["ginipick"] },
10
+ { color: "#0088cc", authors: ["vidraft"] },
11
+ { color: "#FEB800", authors: ["fantaxy"] },
12
+ { color: "#0088cc", authors: ["fantos"] },
13
+ { color: "#A020F0", authors: ["aiqtech"] },
14
+
15
  { color: "#ff7000", authors: ["mistralai"] },
16
  { color: "#1877F2", authors: ["meta-llama","facebook", ] },
17
  { color: "#10A37F", authors: ["openai"] },