StableQuant commited on
Commit
38a5b59
·
verified ·
1 Parent(s): 3a62e44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -26,14 +26,14 @@ Compatible with Qwen3, Qwen3.5 and Qwen3.6 in any OpenWeight size yet released!
26
  #### Update: V1.1.5 is out in the wild now!
27
  Additional fixes to tool calling have been done, verified correct developer role handling and other improvements.
28
 
29
- #### OpenCode:
30
- If using OpenCode do notice they have an open bug for showing thinking content as plain text. You can look it up on Github. Its open since 4 months. Meanwhile you can use the llama.cpp Server switch to hide thinking completely(but still let the model think) using the additonal llama.cpp parameter:
31
- --reasoning-format deepseek
32
 
33
  #### Preserve Thinking:
34
  To enable preserve-thinking (Agent can remember what he thought about in older turns) pass the following parameter to llama.cpp startup:
35
- On Linux: --chat-template-kwargs '{"preserve_thinking": true}'
36
- On Windows: --chat-template-kwargs "{\"preserve_thinking\": true}"
 
 
 
37
 
38
 
39
  # Welcome to the Template Rebuild Project
 
26
  #### Update: V1.1.5 is out in the wild now!
27
  Additional fixes to tool calling have been done, verified correct developer role handling and other improvements.
28
 
 
 
 
29
 
30
  #### Preserve Thinking:
31
  To enable preserve-thinking (Agent can remember what he thought about in older turns) pass the following parameter to llama.cpp startup:
32
+ On Linux&MacOS (Windows need slightly different which cant be correctly displayed here...): --chat-template-kwargs '{"preserve_thinking": true}'
33
+
34
+ #### OpenCode:
35
+ If using OpenCode do notice they have an open bug for showing thinking content as plain text. Open Bug since 4 months(https://github.com/anomalyco/opencode/issues/11439). Meanwhile you can use the llama.cpp Server switch to hide thinking completely(but still let the model think) using the additonal llama.cpp parameter:
36
+ --reasoning-format deepseek
37
 
38
 
39
  # Welcome to the Template Rebuild Project