# Non-secret knobs for bggpipe. Everything account-related — including # your BGG username — lives in .env (see .env.example), not here. photos_dir = "photos" data_dir = "data" rate_limit_seconds = 2.0 # Which vision backend reads your shelf photos. Both recipes below stay # on file; this line picks one. vision_provider = "anthropic" [vision.anthropic] # reads ANTHROPIC_API_KEY from the environment model = "claude-sonnet-5" [vision."openai-compatible"] # OpenAI, OpenRouter, or a local runtime (Ollama, LM Studio, vLLM). # key_env names the env var holding the key; "" = endpoint needs none. base_url = "http://localhost:11434/v1" model = "qwen2.5vl:7b" key_env = ""