From 4402c293dcfc3330d3c7a6ccdbde3e3abe20f1d9 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Wed, 30 Apr 2025 02:10:59 +0700 Subject: [PATCH] fix(doc): key used to point to url in multimodal doc (#2575) [skip ci] --- docs/multimodal.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multimodal.qmd b/docs/multimodal.qmd index 5ddd91f60..3506db340 100644 --- a/docs/multimodal.qmd +++ b/docs/multimodal.qmd @@ -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."} ] },