mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update cosyvoice.js
fix comments
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user