#245 Add option to TTS only the dialogues

This commit is contained in:
SillyLossy
2023-05-07 00:27:32 +03:00
parent dd9c5f30d3
commit 1a9039649b
2 changed files with 18 additions and 6 deletions

View File

@ -2607,7 +2607,7 @@ function extractImageFromMessage(getMessage) {
return { getMessage, image, title };
}
function isMultigenEnabled() {
export function isMultigenEnabled() {
return power_user.multigen && (main_api == 'textgenerationwebui' || main_api == 'kobold' || main_api == 'novel');
}