From 7ea946de8858dbed0bc36bbf84688728e2aa9d2c Mon Sep 17 00:00:00 2001 From: adamoutler Date: Wed, 15 Feb 2023 05:12:09 +0000 Subject: [PATCH] remove Haiku --- src/aidgaf/aidgaf_server/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aidgaf/aidgaf_server/settings.py b/src/aidgaf/aidgaf_server/settings.py index b6da580..594d7a1 100644 --- a/src/aidgaf/aidgaf_server/settings.py +++ b/src/aidgaf/aidgaf_server/settings.py @@ -26,8 +26,8 @@ SERVERPORT: int = 8087 """ The prompts used for OpenAI. When the server receives a request, it will randomly select one of these prompts to use.""" PROMPTS = [ - # "Say \"USERNAME does not give a fuck\" as a haiku and mention that it is a haiku.", - "Say \"USERNAME does not give a fuck\" in a Dr Suess poem.", + # "Say \"USERNAME does not give a fuck\" as a haiku and mention that it is a haiku.", + "Say \"USERNAME does not give a fuck\" in a Dr Suess poem.", "Tell me a funny, impossible, story about USERNAME. Make USERNAME seem relatable at the end. Make up an outrageous situation where the moral of the story is: \"USERNAME does not give a fuck\" to this very day." "Say \"USERNAME is completely apethetic and does not give a fuck\" in a verbose manner, using your most colorful words and one metaphor." ]