mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Ability to set default persona for chats
This commit is contained in:
@@ -262,6 +262,7 @@ function executeSlashCommands(text) {
|
||||
continue;
|
||||
}
|
||||
|
||||
console.debug('Slash command executing:', result);
|
||||
result.command.callback(result.args, result.value);
|
||||
|
||||
if (result.command.interruptsGeneration) {
|
||||
|
||||
Reference in New Issue
Block a user