-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
40 lines (30 loc) · 1.3 KB
/
.env.example
File metadata and controls
40 lines (30 loc) · 1.3 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
# =============================================================================
# Worker Swarm — Environment Variables
# =============================================================================
# Copy this file to .env and fill in your API keys.
# =============================================================================
# AI Model API Keys
# =============================================================================
# Orchestrator model (Z.ai / GLM)
# Get from: https://z.ai
OPENCODE_API_KEY=
ZHIPU_API_KEY=
# Worker model (MiniMax.io)
# Get from: https://minimax.io
MINIMAX_API_KEY=
# Alternative: OpenRouter (if using different models)
# OPENROUTER_API_KEY=
# =============================================================================
# Model Configuration
# =============================================================================
# Orchestrator model
# OPENCODE_DEFAULT_MODEL=opencode-go/glm-5.1
# Worker model
# WORKER_MODEL=minimax-coding-plan/MiniMax-M2.7
# =============================================================================
# Worker Configuration (optional overrides)
# =============================================================================
# Number of workers (default: 6)
# NUM_WORKERS=6
# Worker timeout in seconds (default: 2700 = 45 minutes)
# WORKER_TIMEOUT=2700