Fix default thonk separator

c9ab987658d4d961a157d7f235cfd317ad334996

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

1 files changed, +1 -1Showing whitespace changes
public/scripts/power-user.js+1 -1
@@ -257,7 +257,7 @@ let power_user = {
257 add_to_prompts: false,257 add_to_prompts: false,
258 prefix: '<think>\n',258 prefix: '<think>\n',
259 suffix: '\n</think>',259 suffix: '\n</think>',
260 separator: '\n',260 separator: '\n\n',
261 max_additions: 1,261 max_additions: 1,
262 },262 },
263263