-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
53 lines (40 loc) · 1.87 KB
/
.env.example
File metadata and controls
53 lines (40 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Starred - Environment Configuration
# Copy this to .env and fill in your values
# =============================================================================
# REQUIRED: GitHub Access
# =============================================================================
# GitHub Personal Access Token
# Create at: https://github.com/settings/tokens
# Required scopes: read:user (minimum), repo (for private repos)
GH_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx
# Your GitHub username (auto-detected if not set)
GH_USERNAME=
# =============================================================================
# REQUIRED: LLM Provider (at least one)
# =============================================================================
# Anthropic Claude (recommended)
# Get key at: https://console.anthropic.com/
ANTHROPIC_API_KEY=sk-ant-xxxxxxxxxxxxxxxxxxxx
# OpenAI GPT
# Get key at: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxx
# Google Gemini
# Get key at: https://aistudio.google.com/apikey
GEMINI_API_KEY=xxxxxxxxxxxxxxxxxxxx
# =============================================================================
# OPTIONAL: List Sync (Local Mode Only)
# =============================================================================
# GitHub browser cookie for list management
# See README for instructions on getting this
# WARNING: Expires every ~2 weeks
GH_COOKIE=
# =============================================================================
# OPTIONAL: Customization
# =============================================================================
# Default LLM provider (auto-detected if not set)
# Options: anthropic, openai, gemini
# LLM_PROVIDER=anthropic
# Default LLM model (uses provider default if not set)
# LLM_MODEL=claude-sonnet-4-20250514
# Default categorization preferences
# CATEGORIZATION_PREFERENCES="Organize for a developer focused on DevOps, web development, and AI."