mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
commit
ebd6377d5d
@ -69,7 +69,7 @@ router.post('/generate', jsonParser, async (req, res) => {
|
|||||||
headers: {
|
headers: {
|
||||||
'Ocp-Apim-Subscription-Key': key,
|
'Ocp-Apim-Subscription-Key': key,
|
||||||
'Content-Type': 'application/ssml+xml',
|
'Content-Type': 'application/ssml+xml',
|
||||||
'X-Microsoft-OutputFormat': 'ogg-48khz-16bit-mono-opus',
|
'X-Microsoft-OutputFormat': 'webm-24khz-16bit-mono-opus',
|
||||||
},
|
},
|
||||||
body: ssml,
|
body: ssml,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user