mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
fix: sleep duration
This commit is contained in:
parent
401799c6fa
commit
f01428f502
@ -125,7 +125,7 @@
|
||||
const audio = sentencesAudio[idx];
|
||||
audio.play();
|
||||
audio.onended = async (e) => {
|
||||
await new Promise((r) => setTimeout(r, 500));
|
||||
await new Promise((r) => setTimeout(r, 300));
|
||||
|
||||
if (Object.keys(sentencesAudio).length - 1 === idx) {
|
||||
speaking = null;
|
||||
|
Loading…
Reference in New Issue
Block a user