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." ]