audio chat
This commit is contained in:
parent
959ecf9be8
commit
14208c6d60
|
@ -395,7 +395,7 @@ function getJsonMessage( jsonMsg ) {
|
||||||
fetch('/human', {
|
fetch('/human', {
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
text: rectxt.replace(/ +/g,""),
|
text: rectxt.replace(/ +/g,""),
|
||||||
type: 'echo',
|
type: 'chat',
|
||||||
}),
|
}),
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
|
|
Loading…
Reference in New Issue