# 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" model = "claude-sonnet-5" rate_limit_seconds = 2.0 # Vision backend. The default ("anthropic") reads ANTHROPIC_API_KEY. # "openai-compatible" covers OpenAI, OpenRouter, and local runtimes: # vision_provider = "openai-compatible" # vision_base_url = "http://localhost:11434/v1" # e.g. Ollama # model = "qwen2.5vl" # a vision-capable model # vision_key_env = "" # local: no key needed