mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 21:38:43 +00:00
fix: convo mode
This commit is contained in:
parent
e08bf88e72
commit
25166b7138
@ -129,6 +129,10 @@
|
|||||||
|
|
||||||
if (Object.keys(sentencesAudio).length - 1 === idx) {
|
if (Object.keys(sentencesAudio).length - 1 === idx) {
|
||||||
speaking = null;
|
speaking = null;
|
||||||
|
|
||||||
|
if ($settings.conversationMode) {
|
||||||
|
document.getElementById('voice-input-button')?.click();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
res(e);
|
res(e);
|
||||||
|
Loading…
Reference in New Issue
Block a user