From ee239fb1d8d4271148c3a51e3c3ec6bfcce78ead Mon Sep 17 00:00:00 2001 From: DrMelone <27028174+Classic298@users.noreply.github.com> Date: Sun, 28 Dec 2025 21:57:18 +0100 Subject: [PATCH] audio --- docs/features/audio/speech-to-text/env-variables.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/features/audio/speech-to-text/env-variables.md b/docs/features/audio/speech-to-text/env-variables.md index 28cdf52f..3104108d 100644 --- a/docs/features/audio/speech-to-text/env-variables.md +++ b/docs/features/audio/speech-to-text/env-variables.md @@ -25,3 +25,6 @@ The following is a summary of the environment variables for speech to text (STT) | `AUDIO_STT_MODEL` | Specifies the Speech-to-Text model for OpenAI-compatible endpoints | | `AUDIO_STT_OPENAI_API_BASE_URL` | Sets the OpenAI-compatible base URL for Speech-to-Text | | `AUDIO_STT_OPENAI_API_KEY` | Sets the OpenAI API key for Speech-to-Text | +| `AUDIO_STT_AZURE_API_KEY` | Sets the Azure API key for Speech-to-Text | +| `AUDIO_STT_AZURE_REGION` | Sets the Azure region for Speech-to-Text | +| `AUDIO_STT_AZURE_LOCALES` | Sets the Azure locales for Speech-to-Text |