mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Replace quote extract separator for Silero TTS
This commit is contained in:
@ -11,7 +11,7 @@ class SileroTtsProvider {
|
||||
settings;
|
||||
ready = false;
|
||||
voices = [];
|
||||
separator = ' .. ';
|
||||
separator = ' ';
|
||||
|
||||
defaultSettings = {
|
||||
provider_endpoint: 'http://localhost:8001/tts',
|
||||
|
Reference in New Issue
Block a user