[comment] remove

This commit is contained in:
kwaroran
2023-12-01 03:08:27 +09:00
parent 0a1b94a217
commit 8c07915d2d

View File

@@ -155,7 +155,6 @@ export async function sayTTS(character:character,text:string) {
const encodedText = encodeURIComponent(text);
const encodedSeed = encodeURIComponent(character.naittsConfig.voice);
// 인코딩된 값을 사용하여 URL 생성
const url = `https://api.novelai.net/ai/generate-voice?text=${encodedText}&voice=-1&seed=${encodedSeed}&opus=false&version=${character.naittsConfig.version}`;
const response = await globalFetch(url, {