From 5412ff1a1335c63db61b0cb5b418fc67e3906594 Mon Sep 17 00:00:00 2001 From: 12v <11772383+12v@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:13:48 +0000 Subject: [PATCH] Fix typo in Pixtral example (#36302) Fix typo --- docs/source/en/model_doc/pixtral.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/model_doc/pixtral.md b/docs/source/en/model_doc/pixtral.md index 6e7652bfde..348e0403b9 100644 --- a/docs/source/en/model_doc/pixtral.md +++ b/docs/source/en/model_doc/pixtral.md @@ -59,7 +59,7 @@ chat = [ { "role": "user", "content": [ {"type": "text", "content": "Can this animal"}, - {"type": "image", "ur": "https://picsum.photos/id/237/200/300"}, + {"type": "image", "url": "https://picsum.photos/id/237/200/300"}, {"type": "text", "content": "live here?"}, {"type": "image", "url": "https://picsum.photos/seed/picsum/200/300"} ]