From 0167610c122c686b116867068f9172fdbef43ae7 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Thu, 16 Jul 2026 08:51:43 -0400 Subject: [PATCH] update system prompt --- vibe_bot/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vibe_bot/main.py b/vibe_bot/main.py index 17c9437..4d61cd5 100644 --- a/vibe_bot/main.py +++ b/vibe_bot/main.py @@ -717,9 +717,9 @@ async def doodlebob(ctx: CommandsContext[Bot], *, message: str) -> None: system_prompt = ( "Given the following message, convert it to a detailed image generation " "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 " - "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." )