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

fix: convo mode
This commit is contained in:
Timothy Jaeryang Baek 2024-02-11 19:11:44 -08:00 committed by GitHub
commit a8a0ebf3aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);