mirror of
https://github.com/open-webui/open-webui
synced 2025-04-03 12:31:32 +00:00
refac
This commit is contained in:
parent
edbd07f893
commit
c954f1b4de
@ -234,6 +234,7 @@
|
||||
|
||||
console.log(sentences);
|
||||
|
||||
if (sentences.length > 0) {
|
||||
sentencesAudio = sentences.reduce((a, e, i, arr) => {
|
||||
a[i] = null;
|
||||
return a;
|
||||
@ -264,6 +265,10 @@
|
||||
lastPlayedAudioPromise = lastPlayedAudioPromise.then(() => playAudio(idx));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
speaking = null;
|
||||
loadingSpeech = false;
|
||||
}
|
||||
} else {
|
||||
let voices = [];
|
||||
const getVoicesLoop = setInterval(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user