This commit is contained in:
Adrian Altner 2026-03-30 14:16:43 +02:00
commit 017bf6e067
115 changed files with 19650 additions and 0 deletions

9
.env.example Normal file
View file

@ -0,0 +1,9 @@
# 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)