Skip to content

Commit 9ef021d

Browse files
committed
change reasoning to thinking
Signed-off-by: WangErXiao <863579016@qq.com>
1 parent 5255ca3 commit 9ef021d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/features/reasoning_outputs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ model = models.data[0].id
5050
# Round 1
5151
messages = [{"role": "user", "content": "9.11 and 9.8, which is greater?"}]
5252
# For granite, add: `extra_body={"chat_template_kwargs": {"thinking": True}}`
53-
# For Qwen3 series, if you want to disable reasoning in reasoning mode, add:
53+
# For Qwen3 series, if you want to disable thinking in reasoning mode, add:
5454
# extra_body={"chat_template_kwargs": {"enable_thinking": False}}
5555
response = client.chat.completions.create(model=model, messages=messages)
5656

@@ -107,7 +107,7 @@ model = models.data[0].id
107107

108108
messages = [{"role": "user", "content": "9.11 and 9.8, which is greater?"}]
109109
# For granite, add: `extra_body={"chat_template_kwargs": {"thinking": True}}`
110-
# For Qwen3 series, if you want to disable reasoning in reasoning mode, add:
110+
# For Qwen3 series, if you want to disable thinking in reasoning mode, add:
111111
# extra_body={"chat_template_kwargs": {"enable_thinking": False}}
112112
stream = client.chat.completions.create(model=model,
113113
messages=messages,

0 commit comments

Comments
 (0)