Reverted change to json

This commit is contained in:
John Goyette 2023-11-18 15:30:14 -05:00
parent 48bc877dbb
commit 8fc5f767c7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ def generate_new_line(base64_image):
{"type": "text", "text": "Describe this image"},
{
"type": "image_url",
"image_url": f"data:image/jpeg;base64,{base64_image}"
"image_url": f"data:image/jpeg;base64,{base64_image}",
},
],
},