update readme
This commit is contained in:
@@ -104,7 +104,7 @@ client.chat.completions.create(
|
|||||||
model="qwen-plus",
|
model="qwen-plus",
|
||||||
messages=messages,
|
messages=messages,
|
||||||
stream=True,
|
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
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user