Merge branch 'staging' into persona-improvements

This commit is contained in:
Wolfsblvt
2025-01-28 18:57:20 +01:00
19 changed files with 666 additions and 102 deletions

View File

@ -253,6 +253,14 @@ let power_user = {
content: 'Write {{char}}\'s next reply in a fictional chat between {{char}} and {{user}}.',
},
reasoning: {
add_to_prompts: false,
prefix: '<think>\n',
suffix: '\n</think>',
separator: '\n\n',
max_additions: 1,
},
personas: {},
default_persona: null,
persona_descriptions: {},