forked from open-webui/open-webui
fix: convo mode
This commit is contained in:
parent
e08bf88e72
commit
25166b7138
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue