Files
helia/.env.example

18 lines
520 B
Plaintext

# Database Configuration
HELIA_MONGO_URI=mongodb://localhost:27017
HELIA_DATABASE_NAME=helia
# S3 Configuration (MinIO or AWS)
# Required for finding and downloading transcripts
HELIA_S3_ENDPOINT=https://s3.amazonaws.com
HELIA_S3_ACCESS_KEY=your_access_key
HELIA_S3_SECRET_KEY=your_secret_key
HELIA_S3_BUCKET=your-bucket-name
HELIA_S3_REGION=us-east-1
# LLM API Keys
# These are used by the run configuration YAML via ${VAR} substitution
OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-...
OPENROUTER_API_KEY=sk-or-...