From dab9057949dedbdc310bf38c5296cb884e1029a1 Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:37:03 -0700 Subject: [PATCH] Auto-update: Thu Aug 8 17:37:03 PDT 2024 --- sijapi/routers/tts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sijapi/routers/tts.py b/sijapi/routers/tts.py index 7eb998c..5c4b016 100644 --- a/sijapi/routers/tts.py +++ b/sijapi/routers/tts.py @@ -212,6 +212,7 @@ async def get_model(voice: str = None, voice_file: UploadFile = None): async def determine_voice_id(voice_name: str) -> str: debug(f"Searching for voice id for {voice_name}") + debug(f"Tts.elevenlabs.voices: {Tts.elevenlabs.voices}") if voice_name in Tts.elevenlabs.voices: voice_id = hardcoded_voices[voice_name]