From 7c1791b83613397aee0ca844691e7051a88e2bc8 Mon Sep 17 00:00:00 2001 From: "Andy Chan (12beesinatrenchcoat)" Date: Mon, 24 Feb 2025 13:44:18 -0500 Subject: [PATCH] feat: add new 'sent' prompt set woah, an update? new prompts? impossible --- README.md | 4 ++++ public/promptSetList.json | 7 ++++++- public/promptSets/sent.json | 39 +++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 public/promptSets/sent.json diff --git a/README.md b/README.md index 16a0168..7276cff 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ To build, run `npm run build` or `npx vite build`. To preview a build, run `npm run preview` or `npx vite preview`. ## prompt sets + +> [!WARNING] +> The format for prompt sets is not final and very subject to change in the future. + The [rawPromptSets](./rawPromptSets) directory contains the sets of prompts, each of which are formatted like: ```jsonc { diff --git a/public/promptSetList.json b/public/promptSetList.json index d2f9fdf..2b6aba1 100644 --- a/public/promptSetList.json +++ b/public/promptSetList.json @@ -1,5 +1,5 @@ { - "scatterpatter":{ + "scatterpatter": { "title": "ScatterPatter's Incorrect Quotes", "description": "Prompts taken from ScatterPatter's Incorrect Quotes Generator.", "url": "https://incorrect-quotes-generator.neocities.org/", @@ -9,5 +9,10 @@ "title": "Prompts from the dev's friends", "description": "Prompts from suggestions from my friends. Because I have those.", "path": "./promptSets/fromFriends.json" + }, + "sent": { + "title": "Sent in", + "description": "Prompts that people have sent to me. Thank you!", + "path": "./promptSets/sent.json" } } diff --git a/public/promptSets/sent.json b/public/promptSets/sent.json new file mode 100644 index 0000000..a1f9b60 --- /dev/null +++ b/public/promptSets/sent.json @@ -0,0 +1,39 @@ +{ + "title": "Sent in", + "description": "Prompts that people have sent to me. Thank you!", + "prompts": { + "1": [ + { + "text": "{{1.name}}: I was never the weird kid, I was just autistic." + } + ], + "2": [ + { + "text": "{{1.name}}: I am going to set this on fire, {{2.name}}. You can't stop me.
{{1.name}}: You betrayed me in a way I could never imagine…
{{2.name}}: I'M SORRY BUT YOU CAN'T HAVE MY GRANOLA BAR! YOU ARE LITERALLY ALLERGIC!
{{1.name}}: I'M BURNING THE LUNCHBOX RIGHT NOW!" + } + ], + "3": [ + { + "text": "{{1.name}}: I heard that if you like someone, they will like, brush their kees against yours, or like your arm and stuff.
[{{2.name}} and {{3.name}} beating each other up]
{{1.name}}: Those two, those two are gonna get married." + }, + { + "text": "{{1.name}}: *looks around, hoping nobody sees {{1.pronouns.objectPn}}* It's time for the cheese sacrifice.
{{2.name}}: *grabs a wheel of parmesan cheese and places it on a table* Let's do it…
{{3.name}}: *turns on the bathroom light* what the fuck are you two doing", + "tags": [ + "swearing" + ] + }, + { + "text": "{{1.name}}: I love you so much, my dry peanut butter and jelly sandwich
{{2.name}}: I love you too, my dead phone with a broken charger
{{3.name}}: i'm a communist" + } + ], + "4": [ + { + "text": " {{1.name}}: Is it considered cannibalism when you eat a girl out?
{{2.name}}: If all light is just reflection, then are we hallucinating color?
{{3.name}}: If there is space between cells, how come we can't breathe through plastic bags?
{{4.name}}: Please go the fuck to sleep", + "tags": [ + "lewd", + "swearing" + ] + } + ] + } +}