diff --git a/main.py b/main.py index 7b3a9e1..9b9a655 100644 --- a/main.py +++ b/main.py @@ -104,7 +104,12 @@ async def doodlebob(ctx, *, message: str): "messages": [ { "role": "system", - "content": "Given the following message, convert it to a detailed image generation prompt that will be passed directly into an image generation model.", + "content": ( + "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 a picture of 'me', 'myself', or some other self" + " reference, generate a picture of a rat. Only respond with a valid image generation prompt, do not affirm the user or respond to the user's" + " questions." + ), }, {"role": "user", "content": message}, ],