.
This commit is contained in:
+2
-2
@@ -972,8 +972,8 @@ class YandexSpeechKitSTT(BaseSTT):
|
||||
api_base: str | None = None,
|
||||
language: str | None = None,
|
||||
topic: str | None = None,
|
||||
input_sample_rate_hz: int = 8000,
|
||||
target_sample_rate_hz: int = 8000,
|
||||
input_sample_rate_hz: int = 16000,
|
||||
target_sample_rate_hz: int = 16000,
|
||||
timeout_seconds: float | None = None,
|
||||
) -> None:
|
||||
self._api_key = str(api_key if api_key is not None else _yandex_api_key()).strip()
|
||||
|
||||
Reference in New Issue
Block a user