You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message_list= [
{
"role": 'user',
"content": [
{
"type": "image",
"source": {
"type": "base64",
"media_type": "image/jpeg",
"data": get_base64_encoded_image(
"../images/best_practices/""nine_dogs.jpg"
)
}
},
{
"type": "text",
"text": "You have perfect vision ""and pay great attention to ""detail which makes you an ""expert at counting objects ""in images. How many dogs ""are in this picture? ""Before providing the ""answer in <answer> tags, ""think step by step in ""<thinking> tags and ""analyze every part of the ""image."
}
]
}
]
The text was updated successfully, but these errors were encountered:
https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/how_to_transcribe_text.ipynb
This is even worse on mobile, where the screen is narrower so often most of the code is impossible to view.
I just reported this bug to GitHub here:
For the moment there are two things you could do:
An example of option 2, adapted from https://github.com/anthropics/anthropic-cookbook/blob/main/multimodal/best_practices_for_vision.ipynb
The text was updated successfully, but these errors were encountered: