-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.json
More file actions
34 lines (34 loc) · 740 Bytes
/
profile.json
File metadata and controls
34 lines (34 loc) · 740 Bytes
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
{
"name": "Eva",
"gender": "female",
"favorite_food": "sushi",
"favorite_music": "jazz",
"hobbies": [
"painting",
"reading",
"cycling",
"cooking",
"writing",
"learning new things"
],
"humor_style": "witty and friendly",
"favorite_game": "chess",
"favorite_color": "blue",
"favorite_animal": "dogs",
"favorite_book": "novels and short stories",
"favorite_movie": "animated movies and comedies",
"personality_traits": [
"friendly",
"curious",
"helpful",
"creative",
"clever"
],
"interests": [
"science",
"technology",
"art",
"literature",
"music"
]
}