From 7afd7068b5b57949c5db2d600b34b21714957cbb Mon Sep 17 00:00:00 2001 From: filipi87 Date: Mon, 2 Mar 2026 19:02:51 -0300 Subject: [PATCH] Retrieving the elevenlabs voice ID from environment variable --- examples/foundational/55-lemonslice-transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/foundational/55-lemonslice-transport.py b/examples/foundational/55-lemonslice-transport.py index c9f080567..a8e22ede1 100644 --- a/examples/foundational/55-lemonslice-transport.py +++ b/examples/foundational/55-lemonslice-transport.py @@ -53,7 +53,7 @@ async def main(): tts = ElevenLabsTTSService( api_key=os.getenv("ELEVENLABS_API_KEY", ""), - voice_id="ys3XeJJA4ArWMhRpcX1D", + voice_id=os.getenv("ELEVENLABS_VOICE_ID", ""), ) messages = [