From 2e1d86e2a9e80e088f32c882cffcdc0e979850c0 Mon Sep 17 00:00:00 2001 From: Ray Smets Date: Thu, 23 Nov 2023 01:18:49 -0800 Subject: [PATCH] [Narrator] prompt to describe the image like David Attenborough for increased complex descriptors. --- 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}",