From 4ab05a4b1d13dab4e047e000e78d9c897d02467d Mon Sep 17 00:00:00 2001 From: Ray Smets Date: Thu, 23 Nov 2023 01:22:52 -0800 Subject: [PATCH] [Narrator] prompt to describe the image like David Attenborough for increased complex descriptors. (#2) --- narrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narrator.py b/narrator.py index cd086f7..845158f 100644 --- a/narrator.py +++ b/narrator.py @@ -43,7 +43,7 @@ def generate_new_line(base64_image): { "role": "user", "content": [ - {"type": "text", "text": "Describe this image"}, + {"type": "text", "text": "Describe this image as if you David Attenborough"}, { "type": "image_url", "image_url": f"data:image/jpeg;base64,{base64_image}",