Add persona description to prompt manager order

This commit is contained in:
maver
2023-08-23 20:40:26 +02:00
parent 2c58f9d903
commit 5a02250a1f
3 changed files with 31 additions and 31 deletions

View File

@ -1772,6 +1772,12 @@ const chatCompletionDefaultPrompts = {
"system_prompt": true,
"marker": true,
},
{
"identifier": "personaDescription",
"name": "Persona Description",
"system_prompt": true,
"marker": true,
},
]
};
@ -1788,6 +1794,10 @@ const promptManagerDefaultPromptOrder = [
"identifier": "worldInfoBefore",
"enabled": true
},
{
"identifier": "personaDescription",
"enabled": true
},
{
"identifier": "charDescription",
"enabled": true