Views
No views yet
messages = [
{
'role': 'user',
'content': [
{
'type': 'text',
'text': "OCR the Chinese text in this image without any explanation.",
},
{
'type': 'image_url',
'image_url': {
'url': image_to_base64(image),
}
}
]
}
]