Skip to content

Commit 5412ff1

Browse files
authored
Fix typo in Pixtral example (#36302)
Fix typo
1 parent 4397dfc commit 5412ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/model_doc/pixtral.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ chat = [
5959
{
6060
"role": "user", "content": [
6161
{"type": "text", "content": "Can this animal"},
62-
{"type": "image", "ur": "https://picsum.photos/id/237/200/300"},
62+
{"type": "image", "url": "https://picsum.photos/id/237/200/300"},
6363
{"type": "text", "content": "live here?"},
6464
{"type": "image", "url": "https://picsum.photos/seed/picsum/200/300"}
6565
]

0 commit comments

Comments
 (0)