From 72963f3665befface803de806cc4199b6ef7f9e3 Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Tue, 15 Apr 2025 21:08:30 -0400 Subject: [PATCH] Update env-configuration.md Can I ever get things right on the first go? --- docs/getting-started/env-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 7cc517b..8d6e16a 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -1469,7 +1469,7 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL #### `ENABLE_ONEDRIVE_INTEGRATION` - Type: `bool` -- Default: `os.getenv('ENABLE_ONEDRIVE_INTEGRATION', 'False').lower() == 'true'` +- Default: `False` - Description: Enables or disables OneDrive integration. - Persistence: This environment variable is a `PersistentConfig` variable. @@ -1797,7 +1797,7 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for: #### `WHISPER_VAD_FILTER` - Type: `bool` -- Default: `os.getenv('WHISPER_VAD_FILTER', 'False').lower() == 'true'` +- Default: `False` - Description: Specifies whether to apply a Voice Activity Detection (VAD) filter to Whisper Speech-to-Text. - Persistence: This environment variable is a `PersistentConfig` variable.