-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 831 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# OpenRouter API Key (for AI functionality)
OPENROUTER_API_KEY=your_openrouter_key_here
# Hugging Face API Token (for leaderboard persistence)
# Get your token from: https://huggingface.co/settings/tokens
# Required permissions: write access to datasets
HF_TOKEN=your_hf_token_here
# OR use HF_API_KEY (both work)
HF_API_KEY=your_hf_token_here
# Hugging Face Leaderboard Repository (optional, defaults to zmuhls/cloze-reader-leaderboard)
# Format: username/repo-name
HF_LEADERBOARD_REPO=your_username/cloze-reader-leaderboard
# Redis URL for leaderboard and analytics persistence
# Railway auto-injects REDIS_URL when Redis plugin is added
# For local development, use REDIS_PUBLIC_URL (external access)
REDIS_URL=redis://default:password@redis.railway.internal:6379
# REDIS_PUBLIC_URL=redis://default:password@public-host:port