update readme

This commit is contained in:
2026-02-02 13:46:28 +08:00
parent 00810ab856
commit c810d3fdbc

View File

@@ -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
)
```