Update prompts.py
Browse files- prompts.py +12 -12
prompts.py
CHANGED
@@ -11,18 +11,18 @@ SUMMARY_PROMPT = (
|
|
11 |
MEME_PROMPT = (
|
12 |
"I want to summarize this news in a meme. "
|
13 |
"Choose the best template among the following options and tell me what to say in both textboxes for whatever option you choose:\n\n"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
"Remember you can only give two text boxes and keep them 8-10 words each. "
|
27 |
"This might affect your choice of meme. "
|
28 |
"Provide the output prefaced with `template:` and `text0:` and `text1:` respectively, "
|
|
|
11 |
MEME_PROMPT = (
|
12 |
"I want to summarize this news in a meme. "
|
13 |
"Choose the best template among the following options and tell me what to say in both textboxes for whatever option you choose:\n\n"
|
14 |
+
"Drake Hotline Bling: Shows approval and disapproval, typically used to highlight preference between two options.\n"
|
15 |
+
"UNO Draw 25 Cards: Humorously depicts choosing a difficult consequence over a simpler but unpleasant action.\n"
|
16 |
+
"Bernie Asking For Support: Represents appealing earnestly or repetitively for help or contributions, often humorously.\n"
|
17 |
+
"Disaster Girl: Features a smirking girl in front of a burning house, used to imply someone caused or is pleased by chaos.\n"
|
18 |
+
"Waiting Skeleton: Shows a skeleton sitting on a bench, illustrates exaggerated impatience or endless waiting for something overdue or unlikely.\n"
|
19 |
+
"Always Has Been: Astronauts reveal Earth has always been a certain way, humorously revealing something that was obvious all along.\n"
|
20 |
+
"Woman Yelling at Cat: Used to express outrage from one side contrasted with calmness on the other, dramatizing two sides of an argument.\n"
|
21 |
+
"I Bet He's Thinking About Other Women: Humorously imagines someone overthinking trivial or unrelated issues, contrary to assumptions.\n"
|
22 |
+
"One Does Not Simply: Used to highlight that a task is much harder than expected (here text0 is always 'One does not simply').\n"
|
23 |
+
"Success Kid: A determined toddler clenching his fist, used to celebrate good news, victories or unexpected success.\n"
|
24 |
+
"Oprah You Get A: Oprah enthusiastically distributing gifts to her audience, symbolizing widespread giveaways or generosity.\n"
|
25 |
+
"Hide the Pain Harold: Man smiling through visible discomfort, symbolizing internal suffering or concealed frustration.\n\n"
|
26 |
"Remember you can only give two text boxes and keep them 8-10 words each. "
|
27 |
"This might affect your choice of meme. "
|
28 |
"Provide the output prefaced with `template:` and `text0:` and `text1:` respectively, "
|