updated environment variable name for cartesia

This commit is contained in:
Waleed
2024-12-02 12:05:32 +01:00
parent d472aaf391
commit c60dd8d4d2

View File

@@ -79,7 +79,7 @@ async def main():
# )
tts = CartesiaTTSService(
api_key=os.getenv("CARTESIA"),
api_key=os.getenv("CARTESIA_API_KEY"),
voice_id="a167e0f3-df7e-4d52-a9c3-f949145efdab",
)