Set default sysprompt to neutral chat
This commit is contained in:
parent
986d33fcdd
commit
4e5a997e63
|
@ -722,5 +722,9 @@
|
||||||
{
|
{
|
||||||
"filename": "presets/sysprompt/Blank.json",
|
"filename": "presets/sysprompt/Blank.json",
|
||||||
"type": "sysprompt"
|
"type": "sysprompt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "presets/sysprompt/Neutral - Chat.json",
|
||||||
|
"type": "sysprompt"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"name": "Neutral - Chat",
|
||||||
|
"content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}."
|
||||||
|
}
|
|
@ -175,8 +175,8 @@
|
||||||
},
|
},
|
||||||
"sysprompt": {
|
"sysprompt": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"name": "Blank",
|
"name": "Neutral - Chat",
|
||||||
"content": ""
|
"content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}."
|
||||||
},
|
},
|
||||||
"default_context": "Default",
|
"default_context": "Default",
|
||||||
"context": {
|
"context": {
|
||||||
|
|
|
@ -247,8 +247,8 @@ let power_user = {
|
||||||
|
|
||||||
sysprompt: {
|
sysprompt: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
name: 'Blank',
|
name: 'Neutral - Chat',
|
||||||
content: '',
|
content: 'Write {{char}}\'s next reply in a fictional chat between {{char}} and {{user}}.',
|
||||||
},
|
},
|
||||||
|
|
||||||
personas: {},
|
personas: {},
|
||||||
|
|
Loading…
Reference in New Issue