mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-19 04:55:54 +08:00
fix: rm conversationMode
This commit is contained in:
parent
a92c5381fb
commit
8bdbd2f9fb
@ -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…
x
Reference in New Issue
Block a user