Fix typo in Pixtral example (#36302)

Fix typo
This commit is contained in:
12v
2025-02-20 14:13:48 +00:00
committed by GitHub
parent 4397dfcb71
commit 5412ff1a13

View File

@@ -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"}
]