mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Expose new post-processing as "Semi-strict"
This commit is contained in:
@ -205,6 +205,7 @@ const custom_prompt_post_processing_types = {
|
||||
/** @deprecated Use MERGE instead. */
|
||||
CLAUDE: 'claude',
|
||||
MERGE: 'merge',
|
||||
SEMI: 'semi',
|
||||
STRICT: 'strict',
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user