Rename DeepSeek template, add Blank reasoning template

271c93a504cbbeb9d71d16c82f58136027d92624

Cohee <18619528+Cohee1207@users.noreply.github.com>

5 files changed, +14 -4Showing whitespace changes
default/content/index.json+5 -1
@@ -788,7 +788,11 @@
788788 "type": "context"
789789 },
790790 {
791791 "filename": "presets/reasoning/DeepSeek R1.json",
792+ "type": "reasoning"
793+ },
794+ {
795+ "filename": "presets/reasoning/Blank.json",
792796 "type": "reasoning"
793797 }
794798]
default/content/presets/reasoning/Blank.json+6 -0
@@ -0,0 +1,6 @@
1+{
2+ "name": "Blank",
3+ "prefix": "",
4+ "suffix": "",
5+ "separator": ""
6+}
default/content/presets/reasoning/DeepSeek R1.json → default/content/presets/reasoning/DeepSeek.json+1 -1
@@ -1,5 +1,5 @@
11{
22 "name": "DeepSeek R1",
33 "prefix": "<think>\n",
44 "suffix": "\n</think>",
55 "separator": "\n\n"
public/scripts/power-user.js+1 -1
@@ -258,7 +258,7 @@ let power_user = {
258258 },
259259
260260 reasoning: {
261261 name: 'DeepSeek R1',
262262 auto_parse: false,
263263 add_to_prompts: false,
264264 auto_expand: false,
public/scripts/reasoning.js+1 -1
@@ -957,7 +957,7 @@ function registerReasoningSlashCommands() {
957957 <strong>Example:</strong>
958958 <ul>
959959 <li>
960960 <pre><code class="language-stscript">/reasoning-template DeepSeek R1</code></pre>
961961 </li>
962962 </ul>
963963 </div>