From c810d3fdbc832ac33dc5c321f3a18d0c59676337 Mon Sep 17 00:00:00 2001 From: goulustis Date: Mon, 2 Feb 2026 13:46:28 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3283cb..6fa959c 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ client.chat.completions.create( model="qwen-plus", messages=messages, stream=True, - extra_body={"thread_id":2000} # pass in a thread id + extra_body={"thread_id":"2000"} # pass in a thread id; must be string ) ```