mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
commit
a8a0ebf3aa
@ -129,6 +129,10 @@
|
||||
|
||||
if (Object.keys(sentencesAudio).length - 1 === idx) {
|
||||
speaking = null;
|
||||
|
||||
if ($settings.conversationMode) {
|
||||
document.getElementById('voice-input-button')?.click();
|
||||
}
|
||||
}
|
||||
|
||||
res(e);
|
||||
|
Loading…
Reference in New Issue
Block a user