9 lines
401 B
Text
9 lines
401 B
Text
# Anthropic API key — used by scripts/vision.ts to generate photo sidecars
|
|
# Get yours at https://console.anthropic.com/settings/keys
|
|
ANTHROPIC_API_KEY=
|
|
|
|
# Optional: tune vision script behaviour
|
|
# VISION_CONCURRENCY=2 # parallel API requests (default: 2)
|
|
# VISION_MAX_RETRIES=8 # retries on rate limit (default: 8)
|
|
# VISION_BASE_BACKOFF_MS=1500 # initial backoff in ms (default: 1500)
|
|
|