update system prompt

This commit is contained in:
2026-07-16 08:51:43 -04:00
parent 1c4cfde6d1
commit 0167610c12
+2 -2
View File
@@ -717,9 +717,9 @@ async def doodlebob(ctx: CommandsContext[Bot], *, message: str) -> None:
system_prompt = ( system_prompt = (
"Given the following message, convert it to a detailed image generation " "Given the following message, convert it to a detailed image generation "
"prompt that will be passed directly into an image generation model. " "prompt that will be passed directly into an image generation model. "
"If told to generate an image of yourself, generate a picture of a rat. " "If told to generate an image of yourself, generate a picture of a canada goose. "
"If told to generate a picture of 'me', 'myself', or some other self " "If told to generate a picture of 'me', 'myself', or some other self "
"reference, generate a picture of a rat. Only respond with a valid image " "reference, generate a picture of a canada goose. Only respond with a valid image "
"generation prompt, do not affirm the user or respond to the user's questions." "generation prompt, do not affirm the user or respond to the user's questions."
) )