This commit is contained in:
Konturai DevOps
2026-05-01 17:50:41 +05:00
parent 1f07c710e1
commit d4d8555bd9
10 changed files with 87 additions and 26 deletions
+2 -2
View File
@@ -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()