Changed multimodal prompt to extract better text from images (#2322)
This commit is contained in:
@@ -57,7 +57,7 @@ def get_image_description(image_url):
|
|||||||
"content": [
|
"content": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"text": "Provide a description of the image and do not include any additional text.",
|
"text": "A user is providing an image. Provide a high level description of the image and do not include any additional text.",
|
||||||
},
|
},
|
||||||
{"type": "image_url", "image_url": {"url": image_url}},
|
{"type": "image_url", "image_url": {"url": image_url}},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user