typo
This commit is contained in:
parent
2e1d86e2a9
commit
d2ebb88cb3
|
@ -43,7 +43,7 @@ def generate_new_line(base64_image):
|
||||||
{
|
{
|
||||||
"role": "user",
|
"role": "user",
|
||||||
"content": [
|
"content": [
|
||||||
{"type": "text", "text": "Describe this image as if you David Attenborough"},
|
{"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}",
|
||||||
|
|
Loading…
Reference in New Issue