馃 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# LLM API Configuration (Required for VTT cleaning)
7# Configure your LLM service endpoint and credentials
8LLM_API_KEY=your_api_key_here
9LLM_API_BASE_URL=https://api.openai.com/v1
10LLM_MODEL=gpt-4o-mini
11
12# WebAuthn/Passkey Configuration (Production Only)
13# In development, these default to localhost values
14# Only needed when deploying to production
15
16# Relying Party ID - your domain name
17# Must match the domain where your app is hosted
18# RP_ID=thistle.app
19
20# Origin - full URL of your app
21# Must match exactly where users access your app
22# ORIGIN=https://thistle.app