mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-01 10:00:51 +02:00
updated lite
This commit is contained in:
@@ -8450,6 +8450,10 @@ Current version: 108
|
||||
}
|
||||
function tts_speak(text)
|
||||
{
|
||||
if(!text || text=="" || text.trim()=="")
|
||||
{
|
||||
return;
|
||||
}
|
||||
if(localsettings.speech_synth==XTTS_ID) //xtts api server
|
||||
{
|
||||
if(xtts_is_connected)
|
||||
|
||||
Reference in New Issue
Block a user