Fixed a typo (TTS should have been STT)

This commit is contained in:
nathaniel 2025-05-01 22:26:22 +01:00
parent c56b6de5e8
commit 060b49c30c

View File

@ -1875,7 +1875,7 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for:
- Type: `str` - Type: `str`
- Default: `None` - 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) ### Speech-to-Text (OpenAI)