Switch default summary prompt builder to classic

This commit is contained in:
Cohee 2024-04-03 02:13:09 +03:00
parent d8fa692774
commit 4d01000751
1 changed files with 1 additions and 1 deletions

View File

@ -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() {