audio chat

This commit is contained in:
lipku 2024-10-05 17:54:38 +08:00
parent 959ecf9be8
commit 14208c6d60
1 changed files with 1 additions and 1 deletions

View File

@ -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'