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:45 -04:00
committed by GitHub
parent 0740021ff4
commit 227ba288da

View File

@@ -54,7 +54,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
logger.info(f"Starting bot")
stt = NvidiaSageMakerSTTService(
endpoint_name=os.getenv("SAGEMAKER_ASR_ENDPOINT_NAME"),
endpoint_name=os.environ["SAGEMAKER_ASR_ENDPOINT_NAME"],
region=os.getenv("AWS_REGION", "us-west-2"),
)