-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprompts.json
More file actions
59 lines (59 loc) · 1.35 KB
/
prompts.json
File metadata and controls
59 lines (59 loc) · 1.35 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"prompts": [
{
"id": "band-names",
"name": "Band / artist names",
"prompt": "band or artist names"
},
{
"id": "business-names",
"name": "Business / company names",
"prompt": "business or company names"
},
{
"id": "color-names",
"name": "Color names",
"prompt": "color names"
},
{
"id": "character-fantasy",
"name": "Fantasy character names",
"prompt": "fantasy character names (first and last). Mix of elves, humans, dwarves."
},
{
"id": "game-names",
"name": "Game / app names",
"prompt": "video game or mobile app names"
},
{
"id": "pet-names",
"name": "Pet names",
"prompt": "pet names"
},
{
"id": "product-names",
"name": "Product names",
"prompt": "product names"
},
{
"id": "project-names",
"name": "Project names",
"prompt": "software or tech project names"
},
{
"id": "character-sci-fi",
"name": "Sci-fi character names",
"prompt": "sci-fi character names. Human and alien-sounding."
},
{
"id": "porn-names",
"name": "Space names",
"prompt": "names of planets, constellations, stars, moons, comets"
},
{
"id": "town-names",
"name": "Town names",
"prompt": "town or city names"
}
]
}