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 @@
if (Object.keys(sentencesAudio).length - 1 === idx) {
speaking = null;
if ($settings.conversationMode) {
document.getElementById('voice-input-button')?.click();
}
}
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