mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'staging' into parser-v2
This commit is contained in:
@ -20,6 +20,7 @@ import { registerSlashCommand } from '../../slash-commands.js';
|
||||
import { loadMovingUIState } from '../../power-user.js';
|
||||
import { dragElement } from '../../RossAscends-mods.js';
|
||||
import { getTextTokens, getTokenCountAsync, tokenizers } from '../../tokenizers.js';
|
||||
import { debounce_timeout } from '../../constants.js';
|
||||
import { SlashCommandParser } from '../../slash-commands/SlashCommandParser.js';
|
||||
import { SlashCommand } from '../../slash-commands/SlashCommand.js';
|
||||
export { MODULE_NAME };
|
||||
@ -48,7 +49,7 @@ const formatMemoryValue = function (value) {
|
||||
}
|
||||
};
|
||||
|
||||
const saveChatDebounced = debounce(() => getContext().saveChat(), 2000);
|
||||
const saveChatDebounced = debounce(() => getContext().saveChat(), debounce_timeout.relaxed);
|
||||
|
||||
const summary_sources = {
|
||||
'extras': 'extras',
|
||||
|
Reference in New Issue
Block a user