init
This commit is contained in:
commit
017bf6e067
115 changed files with 19650 additions and 0 deletions
9
.env.example
Normal file
9
.env.example
Normal 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)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue