Update examples/voice/voice-nvidia-sagemaker.py

Co-authored-by: Mark Backman <mark@daily.co>
This commit is contained in:
Filipi da Silva Fuchter
2026-05-13 06:36:57 -04:00
committed by GitHub
parent 227ba288da
commit 703d23b658

View File

@@ -67,7 +67,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
)
tts = NvidiaSageMakerTTSService(
endpoint_name=os.getenv("SAGEMAKER_MAGPIE_ENDPOINT_NAME"),
endpoint_name=os.environ["SAGEMAKER_MAGPIE_ENDPOINT_NAME"],
region=os.getenv("AWS_REGION", "us-west-2"),
)