StableQuant commited on
Commit
224652f
·
verified ·
1 Parent(s): a630b49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
  - bugfix
17
  ---
18
  ### 23.05 22:00: v1.1.5 is released. Agentic and Tool use works 100%. Try it out!
19
- ### If you use mainly agentic coding you can also test the "adiditional-systemprompt" variant out. It adds minimalistic Systempromt Enhancements to 1.1.5 that should work in every environment and actively enhancing correct coding creation and behaviour.
20
 
21
  TL:DR Download your fixed and finally working Qwen3.5 and Qwen3.6 jinja chat-template here. V1.1.2 with new tool call error bug fixes and additional edge case enhancements is now released.
22
 
@@ -27,9 +27,14 @@ Compatible with Qwen3, Qwen3.5 and Qwen3.6 in any OpenWeight size yet released!
27
  Additional fixes to tool calling have been done, verified correct developer role handling and other improvements. I would consider this a first stable version.
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 parameter:
31
  --reasoning-format deepseek
32
 
 
 
 
 
 
33
  # Welcome to the Template Rebuild Project
34
 
35
  How do we got here:
 
16
  - bugfix
17
  ---
18
  ### 23.05 22:00: v1.1.5 is released. Agentic and Tool use works 100%. Try it out!
19
+ ### If you use mainly agentic coding you can also test the "additional-systemprompt" variant out. It adds minimalistic Systempromt Enhancements to 1.1.5 that should work in every environment and actively enhancing correct coding creation and behaviour.
20
 
21
  TL:DR Download your fixed and finally working Qwen3.5 and Qwen3.6 jinja chat-template here. V1.1.2 with new tool call error bug fixes and additional edge case enhancements is now released.
22
 
 
27
  Additional fixes to tool calling have been done, verified correct developer role handling and other improvements. I would consider this a first stable version.
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
+ --chat-template-kwargs '{"preserve_thinking": true}'
36
+
37
+
38
  # Welcome to the Template Rebuild Project
39
 
40
  How do we got here: