typescript

This commit is contained in:
itsrubberduck
2026-02-17 18:19:55 +01:00
parent 54c1b47dc2
commit de02dc4f9e
5 changed files with 30 additions and 11 deletions

View File

@@ -193,7 +193,6 @@ export default defineEventHandler(async (event) => {
const tts = await normalize.audio.speech.create({
model: TTS_MODEL,
voice,
format: "wav",
input: normalized,
speed
});