Pārlūkot izejas kodu

fix: convo mode

Timothy J. Baek 1 gadu atpakaļ
vecāks
revīzija
25166b7138

+ 4 - 0
src/lib/components/chat/Messages/ResponseMessage.svelte

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