diff --git a/src/ts/process/tts.ts b/src/ts/process/tts.ts index 0ba86fda..3a8bb41c 100644 --- a/src/ts/process/tts.ts +++ b/src/ts/process/tts.ts @@ -145,6 +145,7 @@ export async function sayTTS(character:character,text:string) { alertError((language.errors.httpError + `${Buffer.from(res.data).toString()}`)) } } + break; } case 'novelai': { @@ -294,4 +295,4 @@ export async function FixNAITTS(data:character){ } return data -} \ No newline at end of file +}