mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Let oai prompt manager handle enhanced definitions
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user