"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "5d6cee0c581c2d6edba82ab1617ff76b22bf4e9d"
Unverified Commit a8a0ebf3 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #714 from ollama-webui/fix-tts

fix: convo mode
parents e08bf88e 25166b71
...@@ -129,6 +129,10 @@ ...@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment