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'