fix(doc): key used to point to url in multimodal doc (#2575) [skip ci]

This commit is contained in:
NanoCode012
2025-04-30 02:10:59 +07:00
committed by GitHub
parent a39caf8824
commit 742fef4200

View File

@@ -164,7 +164,7 @@ Here is an example of a multi-modal dataset:
{
"role": "user",
"content": [
{"type": "image", "image": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg"},
{"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg"},
{"type": "text", "text": "Describe this image in detail."}
]
},