Documentation Index
Fetch the complete documentation index at: https://docs.wolffi.sh/llms.txt
Use this file to discover all available pages before exploring further.
config.json
Located atbrain/config.json, this file stores application-level settings. It’s read on startup and can be modified via the Settings UI or by editing the file directly.
Configuration Fields
Field Reference
| Field | Description |
|---|---|
mind.provider | Active LLM provider: anthropic, openai, or ollama |
mind.model | Active model name |
providers.anthropic.apiKey | Anthropic API key |
providers.openai.apiKey | OpenAI API key |
providers.ollama.host | Ollama server URL (default: http://localhost:11434) |
language | UI language: en (English) or ar (Arabic) |
Provider Cascade
When the active provider fails, Wolffish cascades through alternatives:API keys are stored in plain text in config.json. This is by design — Wolffish is a local-first app and your workspace is your own. If you version-control your workspace with git, add
brain/config.json to .gitignore.