Let oai prompt manager handle enhanced definitions

This commit is contained in:
maver
2023-06-02 19:29:34 +02:00
parent 5996697fce
commit a041230a99
3 changed files with 14 additions and 26 deletions

View File

@ -726,6 +726,15 @@ const openAiDefaultPrompts = {
"system_prompt": true,
"marker": true,
"calculated_tokens": 0
},
{
"identifier": "enhanceDefinitions",
"role": "system",
"name": "Enhance Definitions",
"content": "If you have more knowledge of {{char}}, add to the character\'s lore and personality to enhance them but keep the Character Sheet\'s definitions absolute.",
"system_prompt": true,
"marker": false,
"calculated_tokens": 0
}
]
};
@ -751,6 +760,10 @@ const openAiDefaultPromptLists = {
"identifier": "main",
"enabled": true
},
{
"identifier": "enhanceDefinitions",
"enabled": false
},
{
"identifier": "worldInfoAfter",
"enabled": true