Rename DeepSeek template, add Blank reasoning template
| @@ -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 | ] |
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "name": "Blank", | ||
| 3 | "prefix": "", | ||
| 4 | "suffix": "", | ||
| 5 | "separator": "" | ||
| 6 | } | ||
| @@ -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" |
| @@ -258,7 +258,7 @@ let power_user = { | |||
| 258 | }, | 258 | }, |
| 259 | 259 | ||
| 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, |
| @@ -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> |