Update default reasoning config to match added template
| @@ -286,9 +286,9 @@ export const power_user = { | ||
| 286 | 286 | add_to_prompts: false, |
| 287 | 287 | auto_expand: false, |
| 288 | 288 | show_hidden: false, |
| 289 | 289 | prefix: '<think>\n', |
| 290 | 290 | suffix: '\n</think>', |
| 291 | 291 | separator: '\n\n', |
| 292 | 292 | max_additions: 1, |
| 293 | 293 | }, |
| 294 | 294 | |