Merge pull request #3974 from pipecat-ai/mb/azure-stt-region-optional

Make Azure STT region optional when private_endpoint is used
This commit is contained in:
Mark Backman
2026-03-10 12:31:39 -04:00
committed by GitHub
2 changed files with 20 additions and 10 deletions

View File

@@ -0,0 +1 @@
- `AzureSTTService` `region` parameter is now optional when `private_endpoint` is provided. A `ValueError` is raised if neither is given, and a warning is logged if both are provided (`private_endpoint` takes priority).