From 4e5a997e63a7c82970c0597d5c2cd81b2209c9bb Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:35:47 +0300 Subject: [PATCH] Set default sysprompt to neutral chat --- default/content/index.json | 4 ++++ default/content/presets/sysprompt/Neutral - Chat.json | 4 ++++ default/content/settings.json | 4 ++-- public/scripts/power-user.js | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 default/content/presets/sysprompt/Neutral - Chat.json diff --git a/default/content/index.json b/default/content/index.json index 5905be0e0..2d9afb5cc 100644 --- a/default/content/index.json +++ b/default/content/index.json @@ -722,5 +722,9 @@ { "filename": "presets/sysprompt/Blank.json", "type": "sysprompt" + }, + { + "filename": "presets/sysprompt/Neutral - Chat.json", + "type": "sysprompt" } ] diff --git a/default/content/presets/sysprompt/Neutral - Chat.json b/default/content/presets/sysprompt/Neutral - Chat.json new file mode 100644 index 000000000..9b392d28d --- /dev/null +++ b/default/content/presets/sysprompt/Neutral - Chat.json @@ -0,0 +1,4 @@ +{ + "name": "Neutral - Chat", + "content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}." +} diff --git a/default/content/settings.json b/default/content/settings.json index 118025d65..6870d28b3 100644 --- a/default/content/settings.json +++ b/default/content/settings.json @@ -175,8 +175,8 @@ }, "sysprompt": { "enabled": true, - "name": "Blank", - "content": "" + "name": "Neutral - Chat", + "content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}." }, "default_context": "Default", "context": { diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index e4895a8e3..d0cef199a 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -247,8 +247,8 @@ let power_user = { sysprompt: { enabled: true, - name: 'Blank', - content: '', + name: 'Neutral - Chat', + content: 'Write {{char}}\'s next reply in a fictional chat between {{char}} and {{user}}.', }, personas: {},