# Sample configuration for the archived photo_analyzer.py CLI (US07-01). # # REDACTED: no value below is real. Each line names a variable the CLI read and # what belongs there; the placeholders are deliberately not key-shaped, so this # file can never be mistaken for — or scanned as — a credential. LLM_API_KEY= LLM_BASE_URL= LLM_MODEL= # Optional tuning the CLI read from the same file: PHASH_THRESHOLD=8 MAX_WORKERS=4 RETRY_ATTEMPTS=3 RPD_LIMIT=0 # The CLI ignored its own shipped placeholder (a literal "sk-REPLACE..." string) # until it was replaced, and a shell variable always won over this file.