-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 1.05 KB
/
.env.example
File metadata and controls
24 lines (20 loc) · 1.05 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
# Claude Code Python - Environment Configuration
# Copy this file to .env and fill in your values
# =============================================================================
# Anthropic API Configuration
# =============================================================================
ANTHROPIC_API_KEY=sk-ant-your-api-key-here
ANTHROPIC_API_BASE_URL=https://api.anthropic.com/v1
# =============================================================================
# Model Configuration
# =============================================================================
CLAUDE_CODE_MODEL=claude-sonnet-4-20250514
# =============================================================================
# Behavior Configuration
# =============================================================================
CLAUDE_CODE_VERBOSE=0
CLAUDE_CODE_MAX_ITERATIONS=100
# =============================================================================
# Workspace Configuration
# =============================================================================
CLAUDE_CODE_WORKSPACE=/path/to/workspace