馃 distributed transcription service thistle.dunkirk.sh
1# Whisper Service URL 2# URL of the faster-whisper transcription server 3# See README for setup instructions 4WHISPER_SERVICE_URL=http://localhost:8000 5 6# Gemini API Key (optional) 7# For cleaning transcripts - removes tags and improves grammar 8# Get your key from: https://aistudio.google.com/app/apikey 9# GEMINI_API_KEY=your_api_key_here