Exclude examples from allowed to be edited

This commit is contained in:
Cohee 2024-09-18 21:55:23 +03:00
parent 82b0733d88
commit a4e673fd0a

View File

@ -928,7 +928,6 @@ class PromptManager {
'personaDescription',
'worldInfoBefore',
'worldInfoAfter',
'dialogueExamples',
];
return forceEditPrompts.includes(prompt.identifier) || !prompt.marker;
}