This commit is contained in:
RossAscends
2023-07-08 06:00:37 +09:00

View File

@@ -109,7 +109,8 @@ class SileroTtsProvider {
{
method: 'POST',
headers: {
'Content-Type': 'application/json'
'Content-Type': 'application/json',
'Cache-Control': 'no-cache' // Added this line to disable caching of file so new files are always played - Rolyat 7/7/23
},
body: JSON.stringify({
"text": inputText,