-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathenv.example
More file actions
15 lines (14 loc) · 756 Bytes
/
env.example
File metadata and controls
15 lines (14 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Translation API Configuration
# Copy this file to .env and fill in your actual API key
# Translation API Key (required for running translation script)
# Get your API key from:
# - OpenAI: https://platform.openai.com/api-keys
# - Anthropic: https://console.anthropic.com/settings/keys
# - GitHub (for --api-provider github, use a Personal Access Token): https://github.com/settings/tokens
#
# The translation script will look for a token in TRANSLATION_API_KEY by default.
# When using the GitHub provider, you can either:
# - Put your GitHub Personal Access Token in TRANSLATION_API_KEY, or
# - Set GITHUB_TOKEN with your GitHub Personal Access Token instead.
TRANSLATION_API_KEY=your-api-key-here
# GITHUB_TOKEN=your-github-personal-access-token-here