"examples/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "b8c0fb6e6a3db59704e07677b0f68aff5388bc69"
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