We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bc079 commit c59d7faCopy full SHA for c59d7fa
vllm/README.md
@@ -2249,7 +2249,7 @@ curl http://localhost:8000/v1/chat/completions \
2249
{"role": "user", "content": [
2250
{"type": "image_url", "image_url": {"url": "https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png"}},
2251
{"type": "audio_url", "audio_url": {"url": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen2.5-Omni/cough.wav"}},
2252
- {"type": "text", "text": "What is the text in the illustrate ans what it the sound in the audio?"}
+ {"type": "text", "text": "What is the text in the illustration, and what is the sound in the audio?"}
2253
]}
2254
]
2255
}'
0 commit comments