Rename DeepSeek template, add Blank reasoning template
| @@ -788,7 +788,11 @@ | ||
| 788 | 788 | "type": "context" |
| 789 | 789 | }, |
| 790 | 790 | { |
| 791 | 791 | "filename": "presets/reasoning/DeepSeek R1.json", |
| 792 | + "type": "reasoning" | |
| 793 | + }, | |
| 794 | + { | |
| 795 | + "filename": "presets/reasoning/Blank.json", | |
| 792 | 796 | "type": "reasoning" |
| 793 | 797 | } |
| 794 | 798 | ] |
| @@ -0,0 +1,6 @@ | ||
| 1 | +{ | |
| 2 | + "name": "Blank", | |
| 3 | + "prefix": "", | |
| 4 | + "suffix": "", | |
| 5 | + "separator": "" | |
| 6 | +} | |
| @@ -1,5 +1,5 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "DeepSeek R1", |
| 3 | 3 | "prefix": "<think>\n", |
| 4 | 4 | "suffix": "\n</think>", |
| 5 | 5 | "separator": "\n\n" |
| @@ -258,7 +258,7 @@ let power_user = { | ||
| 258 | 258 | }, |
| 259 | 259 | |
| 260 | 260 | reasoning: { |
| 261 | 261 | name: 'DeepSeek R1', |
| 262 | 262 | auto_parse: false, |
| 263 | 263 | add_to_prompts: false, |
| 264 | 264 | auto_expand: false, |
| @@ -957,7 +957,7 @@ function registerReasoningSlashCommands() { | ||
| 957 | 957 | <strong>Example:</strong> |
| 958 | 958 | <ul> |
| 959 | 959 | <li> |
| 960 | 960 | <pre><code class="language-stscript">/reasoning-template DeepSeek R1</code></pre> |
| 961 | 961 | </li> |
| 962 | 962 | </ul> |
| 963 | 963 | </div> |