Set default sysprompt to neutral chat
| @@ -722,5 +722,9 @@ | |||
| 722 | { | 722 | { |
| 723 | "filename": "presets/sysprompt/Blank.json", | 723 | "filename": "presets/sysprompt/Blank.json", |
| 724 | "type": "sysprompt" | 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 | "sysprompt": { | 176 | "sysprompt": { |
| 177 | "enabled": true, | 177 | "enabled": true, |
| 178 | "name": "Blank", | 178 | "name": "Neutral - Chat", |
| 179 | "content": "" | 179 | "content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}." |
| 180 | }, | 180 | }, |
| 181 | "default_context": "Default", | 181 | "default_context": "Default", |
| 182 | "context": { | 182 | "context": { |
| @@ -247,8 +247,8 @@ let power_user = { | |||
| 247 | 247 | ||
| 248 | sysprompt: { | 248 | sysprompt: { |
| 249 | enabled: true, | 249 | enabled: true, |
| 250 | name: 'Blank', | 250 | name: 'Neutral - Chat', |
| 251 | content: '', | 251 | content: 'Write {{char}}\'s next reply in a fictional chat between {{char}} and {{user}}.', |
| 252 | }, | 252 | }, |
| 253 | 253 | ||
| 254 | personas: {}, | 254 | personas: {}, |