From 060b49c30c6363f0b7b1092af918a1f9c2ab69f2 Mon Sep 17 00:00:00 2001 From: nathaniel Date: Thu, 1 May 2025 22:26:22 +0100 Subject: [PATCH] Fixed a typo (TTS should have been STT) --- docs/getting-started/env-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 899dad1..979569b 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -1875,7 +1875,7 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for: - Type: `str` - Default: `None` -- Description: Specifies the language Whisper uses for TTS. Whisper predicts the language by default. To revert to default behaviour, unset this variable. +- Description: Specifies the language Whisper uses for STT. Whisper predicts the language by default. To revert to default behaviour, unset this variable. ### Speech-to-Text (OpenAI)