Rename DeepSeek template, add Blank reasoning template

271c93a504cbbeb9d71d16c82f58136027d92624

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

5 files changed, +14 -4Ignore whitespace
default/content/index.json+5 -1
@@ -788,7 +788,11 @@
788 "type": "context"788 "type": "context"
789 },789 },
790 {790 {
791 "filename": "presets/reasoning/DeepSeek R1.json",791 "filename": "presets/reasoning/DeepSeek.json",
792 "type": "reasoning"
793 },
794 {
795 "filename": "presets/reasoning/Blank.json",
792 "type": "reasoning"796 "type": "reasoning"
793 }797 }
794]798]
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 @@
1{1{
2 "name": "DeepSeek R1",2 "name": "DeepSeek",
3 "prefix": "<think>\n",3 "prefix": "<think>\n",
4 "suffix": "\n</think>",4 "suffix": "\n</think>",
5 "separator": "\n\n"5 "separator": "\n\n"
public/scripts/power-user.js+1 -1
@@ -258,7 +258,7 @@ let power_user = {
258 },258 },
259259
260 reasoning: {260 reasoning: {
261 name: 'DeepSeek R1',261 name: 'DeepSeek',
262 auto_parse: false,262 auto_parse: false,
263 add_to_prompts: false,263 add_to_prompts: false,
264 auto_expand: false,264 auto_expand: false,
public/scripts/reasoning.js+1 -1
@@ -957,7 +957,7 @@ function registerReasoningSlashCommands() {
957 <strong>Example:</strong>957 <strong>Example:</strong>
958 <ul>958 <ul>
959 <li>959 <li>
960 <pre><code class="language-stscript">/reasoning-template DeepSeek R1</code></pre>960 <pre><code class="language-stscript">/reasoning-template DeepSeek</code></pre>
961 </li>961 </li>
962 </ul>962 </ul>
963 </div>963 </div>