Formatting and Client changes (#2247)
This commit is contained in:
@@ -55,8 +55,11 @@ def get_image_description(image_url):
|
||||
{
|
||||
"role": "user",
|
||||
"content": [
|
||||
{"type": "text", "text": "Provide a description of the image and do not include any additional text."},
|
||||
{"type": "image_url", "image_url": {"url": image_url}}
|
||||
{
|
||||
"type": "text",
|
||||
"text": "Provide a description of the image and do not include any additional text.",
|
||||
},
|
||||
{"type": "image_url", "image_url": {"url": image_url}},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user