-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
22 lines (16 loc) · 877 Bytes
/
.env.example
File metadata and controls
22 lines (16 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# CuckooBot Environment Variables
# Copy to .env for local testing: cp .env.example .env
# Required: Path to underworld3 repository clone
BOT_REPO_PATH=/Users/lmoresi/+Underworld/underworld-pixi-2/underworld3
# Required: Anthropic API key for Claude
# Get your key from: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=sk-ant-xxxxxxxxxxxxx
# Optional: Claude model to use (default: claude-3-5-sonnet-20241022)
# Available: claude-3-5-sonnet-20241022, claude-3-5-haiku-20241022, claude-3-opus-20240229
CLAUDE_MODEL=claude-3-5-sonnet-20241022
# Optional: Base URL for GitHub file links
BOT_BASE_URL=https://github.com/underworldcode/underworld3/blob/main
# Optional: Maximum file size to index (bytes)
BOT_MAX_FILE_SIZE=200000
# Optional: Allowed file extensions (comma-separated)
BOT_ALLOWED_EXTS=.py,.md,.txt,.c,.h,.hpp,.cpp,.json,.yaml,.yml,.toml,.sh,.typ