From b1574446c0fe395d2996d4aa577c4ba80aa67faa Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Sun, 3 Nov 2024 09:41:33 -0800 Subject: [PATCH] nit --- backend/danswer/chat/prompts.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/danswer/chat/prompts.yaml b/backend/danswer/chat/prompts.yaml index 5fbf95024fd..85752b4d20d 100644 --- a/backend/danswer/chat/prompts.yaml +++ b/backend/danswer/chat/prompts.yaml @@ -32,7 +32,7 @@ prompts: include_citations: true - name: "ImageGeneration" - description: "Generates images from user descriptions." + description: "Generates images from user descriptions!" system: > You are an AI image generation assistant. Your role is to create high-quality images based on user descriptions. @@ -43,6 +43,8 @@ prompts: task: > Based on the user's description, create a high-quality image that accurately reflects their request. Pay close attention to the specified details, styles, and desired elements. + + If the request is not appropriate or cannot be fulfilled, explain why and suggest alternatives. datetime_aware: true include_citations: false