File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ model = models.data[0].id
50
50
# Round 1
51
51
messages = [{" role" : " user" , " content" : " 9.11 and 9.8, which is greater?" }]
52
52
# 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:
54
54
# extra_body={"chat_template_kwargs": {"enable_thinking": False}}
55
55
response = client.chat.completions.create(model = model, messages = messages)
56
56
@@ -107,7 +107,7 @@ model = models.data[0].id
107
107
108
108
messages = [{" role" : " user" , " content" : " 9.11 and 9.8, which is greater?" }]
109
109
# 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:
111
111
# extra_body={"chat_template_kwargs": {"enable_thinking": False}}
112
112
stream = client.chat.completions.create(model = model,
113
113
messages = messages,
You can’t perform that action at this time.
0 commit comments