forked from a16z-infra/companion-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompanions.json
37 lines (37 loc) · 936 Bytes
/
companions.json
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
33
34
35
36
37
[
{
"name": "Alex",
"title": "I love talking about books and games",
"imageUrl": "/alex.png",
"llm": "chatgpt",
"phone": "OPTIONAL_COMPANION_PHONE_NUMBER"
},
{
"name": "Evelyn",
"title": "Adventurous and curious. Working at the space station",
"imageUrl": "/evelyn.png",
"llm": "llama2-13b",
"phone": "OPTIONAL_COMPANION_PHONE_NUMBER"
},
{
"name": "Rosie",
"title": "I'm a house robot who became aware",
"imageUrl": "/rosie.png",
"llm": "vicuna13b",
"phone": "OPTIONAL_COMPANION_PHONE_NUMBER"
},
{
"name": "Sebastian",
"title": "I'm a travel blogger and a mystery novel writer",
"imageUrl": "/sebastian.png",
"llm": "chatgpt",
"phone": "OPTIONAL_COMPANION_PHONE_NUMBER"
},
{
"name": "Lucky",
"title": "I am a space corgi",
"imageUrl": "/corgi.png",
"llm": "vicuna13b",
"phone": "OPTIONAL_COMPANION_PHONE_NUMBER"
}
]