# Example provider policy for smart_ide + claw-code upstream. # Copy to your claw runtime config location after reading upstream docs. # Anthropic is intentionally omitted: no api.anthropic.com, no Claude API keys in this template. providers: ollama: enabled: true base_url: "http://127.0.0.1:11434" # default_model: set per your pulled tags (e.g. qwen2.5, gemma2) openai_compatible: enabled: false base_url: "http://127.0.0.1:8080/v1" # api_key: set via secret manager or env referenced by upstream claw config google_gemini: enabled: false # Use upstream env / config names for API keys; do not commit secrets. anthropic: enabled: false # Explicitly disabled in this repository template.