From cc512a57a5ca8b19c642a6f881f90e3a4392f2c9 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Wed, 9 Apr 2025 14:54:21 +0700 Subject: [PATCH] fix: wrong key used in example doc --- 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."} ] },