Update default reasoning config to match added template

5e3c7570fac60cdbb0cb94e0f81521baaaad8b67

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

1 files changed, +3 -3Showing whitespace changes
public/scripts/power-user.js+3 -3
@@ -286,9 +286,9 @@ export const power_user = {
286 add_to_prompts: false,286 add_to_prompts: false,
287 auto_expand: false,287 auto_expand: false,
288 show_hidden: false,288 show_hidden: false,
289 prefix: '<think>\n',289 prefix: '<think>',
290 suffix: '\n</think>',290 suffix: '</think>',
291 separator: '\n\n',291 separator: '\n',
292 max_additions: 1,292 max_additions: 1,
293 },293 },
294294