From b14269ed9fe6aa32d86553747dafd0a7ee700242 Mon Sep 17 00:00:00 2001 From: Le Huy Hoang Date: Sat, 7 Mar 2026 11:14:59 +0700 Subject: [PATCH] Fix Python dict syntax in audio_url in Online Serving using OpenAI SDK example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 974607cf..7261b9bb 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,7 @@ response = client.chat.completions.create( { "type": "audio_url", "audio_url": { - {"url": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-ASR-Repo/asr_en.wav"} + "url": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-ASR-Repo/asr_en.wav" } } ]