[Doc][Misc] Improve readability and fix typos in documentation (#8633)
### What this PR does / why we need it? This PR improves the readability of the documentation by fixing typos, correcting command extensions. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Documentation changes only. Signed-off-by: sunshine202600 <sunshine202600@163.com>
This commit is contained in:
@@ -133,7 +133,7 @@ curl http://localhost:8001/v1/chat/completions \
|
||||
{"role": "system", "content": "You are a helpful assistant."},
|
||||
{"role": "user", "content": [
|
||||
{"type": "image_url", "image_url": {"url": "https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png"}},
|
||||
{"type": "text", "text": "What is the text in the illustrate?"}
|
||||
{"type": "text", "text": "What is the text in the illustration?"}
|
||||
]}
|
||||
]
|
||||
}'
|
||||
@@ -310,7 +310,7 @@ curl http://localhost:8001/v1/chat/completions \
|
||||
{"role": "system", "content": "You are a helpful assistant."},
|
||||
{"role": "user", "content": [
|
||||
{"type": "image_url", "image_url": {"url": "https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png"}},
|
||||
{"type": "text", "text": "What is the text in the illustrate?"}
|
||||
{"type": "text", "text": "What is the text in the illustration?"}
|
||||
]}
|
||||
]
|
||||
}'
|
||||
|
||||
Reference in New Issue
Block a user