diff --git a/src/lib/Chat.svelte b/src/lib/Chat.svelte index a492179..8a45a81 100644 --- a/src/lib/Chat.svelte +++ b/src/lib/Chat.svelte @@ -502,7 +502,6 @@ } const ttsStop = () => { - // Use TTS to read the response, if query was recorded if ('SpeechSynthesisUtterance' in window) { window.speechSynthesis.cancel() }