This commit is contained in:
mm 2024-10-30 02:32:02 +05:00
parent b0ce110a3b
commit a0b9b8fbdd

View File

@ -80,7 +80,7 @@ function playSpeech(text) {
audioUrl = fetch(ttsUrl + '/generate', { audioUrl = fetch(ttsUrl + '/generate', {
method: 'POST', method: 'POST',
body: JSON.stringify({ body: JSON.stringify({
text: text, "text": text,
}), }),
}).then( }).then(
response => { response => {