mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-11 13:11:49 +00:00
updated lite
This commit is contained in:
parent
916780eaf4
commit
71cc19e76d
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue