🔧(backend) rename OpenAI settings to WhisperX to avoid confusion

Rename incorrectly named OpenAI configuration settings since
they're used to instantiate WhisperX client which is not OpenAI
compatible, preventing confusion about actual service dependencies.
This commit is contained in:
lebaudantoine
2025-09-09 18:21:22 +02:00
committed by aleb_the_flash
parent 0102b428f1
commit bfdf5548a0
7 changed files with 33 additions and 37 deletions

View File

@@ -8,7 +8,9 @@ AWS_S3_SECURE_ACCESS=false
AWS_S3_ACCESS_KEY_ID="meet"
AWS_S3_SECRET_ACCESS_KEY="password"
OPENAI_API_KEY="your-openai-key"
WHISPERX_BASE_URL="https://configure-your-url.com"
WHISPERX_ASR_MODEL="large-v2"
WHISPERX_API_KEY="your-secret-key"
WEBHOOK_API_TOKEN="secret"
WEBHOOK_URL="https://configure-your-url.com"