fix: set default region to none

This commit is contained in:
Fabrice Lamant
2025-08-12 13:31:51 +02:00
parent 09f171b69d
commit 6a6fea74f5

View File

@@ -204,7 +204,7 @@ class GladiaSTTService(STTService):
self,
*,
api_key: str,
region: Literal["us-west", "eu-west"] | None,
region: Literal["us-west", "eu-west"] | None = None,
url: str = "https://api.gladia.io/v2/live",
confidence: float = 0.5,
sample_rate: Optional[int] = None,