-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsettings.py
32 lines (32 loc) · 1.06 KB
/
settings.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
settings = [
{
"name": "PRODUCT_OWNER",
"avatar_url": "https://github.com/kyaukyuai/gpt-all-star-ui/blob/main/static/agent1.png?raw=true",
"color": "#71797E",
},
{
"name": "ENGINEER",
"avatar_url": "https://github.com/kyaukyuai/gpt-all-star-ui/blob/main/static/agent2.png?raw=true",
"color": "#71797E",
},
{
"name": "ARCHITECT",
"avatar_url": "https://github.com/kyaukyuai/gpt-all-star-ui/blob/main/static/agent3.png?raw=true",
"color": "#71797E",
},
{
"name": "DESIGNER",
"avatar_url": "https://github.com/kyaukyuai/gpt-all-star-ui/blob/main/static/agent4.png?raw=true",
"color": "#71797E",
},
{
"name": "QA_ENGINEER",
"avatar_url": "https://github.com/kyaukyuai/gpt-all-star-ui/blob/main/static/agent5.png?raw=true",
"color": "#71797E",
},
{
"name": "PROJECT_MANAGER",
"avatar_url": "https://github.com/kyaukyuai/gpt-all-star-ui/blob/main/static/agent6.png?raw=true",
"color": "#71797E",
},
]