mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Switch default summary prompt builder to classic
This commit is contained in:
@@ -91,7 +91,7 @@ const defaultSettings = {
|
||||
maxMessagesPerRequestMin: 0,
|
||||
maxMessagesPerRequestMax: 250,
|
||||
maxMessagesPerRequestStep: 1,
|
||||
prompt_builder: prompt_builders.RAW_BLOCKING,
|
||||
prompt_builder: prompt_builders.DEFAULT,
|
||||
};
|
||||
|
||||
function loadSettings() {
|
||||
|
Reference in New Issue
Block a user