kwabs22
commited on
Commit
·
c3af779
1
Parent(s):
8cb5f04
More buttons
Browse files
app.py
CHANGED
@@ -127,15 +127,18 @@ Allprompts = {
|
|
127 |
("Demonstrate a builder pattern in c++:", ""),
|
128 |
("Explain when to consider using a builder pattern in go:", ""),
|
129 |
],
|
130 |
-
"Creativity Prompts" : [
|
131 |
("Make the following text more vague:", "Vague version:"),
|
132 |
("Turn the following text into a bunch of rules:", "Rules:"),
|
133 |
("What Syllogisms can be made from this text:", "Syllogisms:"),
|
134 |
("Reimagine the following text:", ""),
|
135 |
],
|
136 |
"Game Based" : [
|
137 |
-
|
138 |
-
|
|
|
|
|
|
|
139 |
("What are common themes in games?", ""),
|
140 |
("Write Three factions and why they are at conflict based on the following text:", "Faction 1:"),
|
141 |
]
|
|
|
127 |
("Demonstrate a builder pattern in c++:", ""),
|
128 |
("Explain when to consider using a builder pattern in go:", ""),
|
129 |
],
|
130 |
+
"Creativity Prompts (Rule observation)" : [
|
131 |
("Make the following text more vague:", "Vague version:"),
|
132 |
("Turn the following text into a bunch of rules:", "Rules:"),
|
133 |
("What Syllogisms can be made from this text:", "Syllogisms:"),
|
134 |
("Reimagine the following text:", ""),
|
135 |
],
|
136 |
"Game Based" : [
|
137 |
+
{"Write a story in 10 short sentences (6 words or less):", "1. "},
|
138 |
+
{"Suggest ways that the following one sentence scenario can be delayed or complicated:", "1. "},
|
139 |
+
{"Suggest ways that complication in a story can be avoided/subverted:", "Strategies: "},
|
140 |
+
("What obstacles to growth for a protagonist exist in the following text:", "Obstacles:"),
|
141 |
+
("Write a story for the basis of a random game", "Story:"),
|
142 |
("What are common themes in games?", ""),
|
143 |
("Write Three factions and why they are at conflict based on the following text:", "Faction 1:"),
|
144 |
]
|