This commit is contained in:
Ray Smets 2023-11-23 02:02:33 -08:00 committed by GitHub
commit 5fb9858c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def generate_new_line(base64_image):
{ {
"role": "user", "role": "user",
"content": [ "content": [
{"type": "text", "text": "Describe this image"}, {"type": "text", "text": "Describe this image as if you are David Attenborough"},
{ {
"type": "image_url", "type": "image_url",
"image_url": f"data:image/jpeg;base64,{base64_image}", "image_url": f"data:image/jpeg;base64,{base64_image}",