audio chat
This commit is contained in:
parent
959ecf9be8
commit
14208c6d60
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue