This commit is contained in:
mm 2024-10-30 10:11:32 +05:00
parent b69a2c0b59
commit 8caa75e388

View File

@ -80,7 +80,7 @@ async function playAudio(audioUrl) {
}
function playSpeech(text) {
audioUrl = fetch(ttsUrl + '/generate', {
fetch(ttsUrl + '/generate', {
method: 'POST',
headers: {
'Content-Type': 'application/json;charset=utf-8'