Skip to content

Commit e4d3c2d

Browse files
committed
Turn off thinking in Qwen3
1 parent a1d6123 commit e4d3c2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dotfiles/aichat/.config/aichat/config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ clients:
1919
output_price: 1.25
2020
- name: deepseek-ai/DeepSeek-R1
2121
max_input_tokens: 163840
22-
input_price: 7
22+
input_price: 3
2323
output_price: 7
2424
- name: Qwen/Qwen3-235B-A22B-fp8-tput
2525
max_input_tokens: 131072
2626
input_price: 0.2
2727
output_price: 0.6
28+
patch:
29+
body:
30+
chat_template_kwargs: { "enable_thinking": false }

0 commit comments

Comments
 (0)