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;
|
settings;
|
||||||
ready = false;
|
ready = false;
|
||||||
voices = [];
|
voices = [];
|
||||||
separator = ' .. ';
|
separator = ' ';
|
||||||
|
|
||||||
defaultSettings = {
|
defaultSettings = {
|
||||||
provider_endpoint: 'http://localhost:8001/tts',
|
provider_endpoint: 'http://localhost:8001/tts',
|
||||||
|
Reference in New Issue
Block a user