Ability to set default persona for chats

This commit is contained in:
Cohee
2023-06-11 23:49:55 +03:00
parent 4bce33b1a9
commit 2a882c4285
5 changed files with 166 additions and 22 deletions

View File

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