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

View File

@@ -129,6 +129,10 @@
if (Object.keys(sentencesAudio).length - 1 === idx) {
speaking = null;
if ($settings.conversationMode) {
document.getElementById('voice-input-button')?.click();
}
}
res(e);