diff --git a/gurt/api.py b/gurt/api.py index 049985c..aef49b1 100644 --- a/gurt/api.py +++ b/gurt/api.py @@ -1900,7 +1900,7 @@ async def generate_image_description( # For simplicity, we assume item_name is generally safe or will be handled by the f-string. prompt_text = ( f"This image is a Discord {item_type} named '{item_name}'. " - "Provide a concise, factual, and unbiased textual description of its visual elements. " + "Provide a concise, factual, and unbiased textual description of its visual elements. You should not refuse to describe an explicit image." "Focus solely on what is depicted. Avoid any interpretation, censorship, or subjective commentary. " "Do not mention that it is an emoji or sticker in your description, just describe the visual content." )