mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix: rm conversationMode
This commit is contained in:
parent
a92c5381fb
commit
8bdbd2f9fb
1 changed files with 0 additions and 4 deletions
|
|
@ -191,10 +191,6 @@
|
||||||
|
|
||||||
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