Set default sysprompt to neutral chat
| @@ -722,5 +722,9 @@ | ||
| 722 | 722 | { |
| 723 | 723 | "filename": "presets/sysprompt/Blank.json", |
| 724 | 724 | "type": "sysprompt" |
| 725 | + }, | |
| 726 | + { | |
| 727 | + "filename": "presets/sysprompt/Neutral - Chat.json", | |
| 728 | + "type": "sysprompt" | |
| 725 | 729 | } |
| 726 | 730 | ] |
| @@ -0,0 +1,4 @@ | ||
| 1 | +{ | |
| 2 | + "name": "Neutral - Chat", | |
| 3 | + "content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}." | |
| 4 | +} | |
| @@ -175,8 +175,8 @@ | ||
| 175 | 175 | }, |
| 176 | 176 | "sysprompt": { |
| 177 | 177 | "enabled": true, |
| 178 | 178 | "name": "BlankNeutral - Chat", |
| 179 | - "content": "" | |
| 179 | + "content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}." | |
| 180 | 180 | }, |
| 181 | 181 | "default_context": "Default", |
| 182 | 182 | "context": { |
| @@ -247,8 +247,8 @@ let power_user = { | ||
| 247 | 247 | |
| 248 | 248 | sysprompt: { |
| 249 | 249 | enabled: true, |
| 250 | 250 | name: 'BlankNeutral - Chat', |
| 251 | - content: '', | |
| 251 | + content: 'Write {{char}}\'s next reply in a fictional chat between {{char}} and {{user}}.', | |
| 252 | 252 | }, |
| 253 | 253 | |
| 254 | 254 | personas: {}, |