Skip to content

Commit 742fef4

Browse files
authored
fix(doc): key used to point to url in multimodal doc (axolotl-ai-cloud#2575) [skip ci]
1 parent a39caf8 commit 742fef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/multimodal.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Here is an example of a multi-modal dataset:
164164
{
165165
"role": "user",
166166
"content": [
167-
{"type": "image", "image": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg"},
167+
{"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg"},
168168
{"type": "text", "text": "Describe this image in detail."}
169169
]
170170
},

0 commit comments

Comments
 (0)