From 14208c6d600282d427993fcc5dc707bacb8dd179 Mon Sep 17 00:00:00 2001 From: lipku Date: Sat, 5 Oct 2024 17:54:38 +0800 Subject: [PATCH] audio chat --- web/asr/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/asr/main.js b/web/asr/main.js index bd402e9..8811fd6 100644 --- a/web/asr/main.js +++ b/web/asr/main.js @@ -395,7 +395,7 @@ function getJsonMessage( jsonMsg ) { fetch('/human', { body: JSON.stringify({ text: rectxt.replace(/ +/g,""), - type: 'echo', + type: 'chat', }), headers: { 'Content-Type': 'application/json'