smart_ide/services/claw-harness-api/providers.example.yaml
Nicolas Cantu 088eab84b7 Platform docs, services, ia_dev submodule, smart_ide project config
- Add ia_dev submodule (projects/smart_ide on forge 4nk)
- Document APIs, orchestrator, gateway, local-office, rollout
- Add systemd/scripts layout; relocate setup scripts
- Remove obsolete nginx/enso-only docs from this repo scope
2026-04-03 16:07:58 +02:00

23 lines
742 B
YAML

# 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.