mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
Update cosyvoice.js
fix comments
This commit is contained in:
parent
5281bb9b59
commit
546d05b246
@ -185,7 +185,7 @@ class CosyVoiceProvider {
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify(params), // 将参数对象转换为 JSON 字符串
|
||||
body: JSON.stringify(params), // Convert parameter objects to JSON strings
|
||||
},
|
||||
);
|
||||
if (!response.ok) {
|
||||
|
Loading…
Reference in New Issue
Block a user