This is my config files :
```
{
"messages": {
"ackReactionScope": "group-mentions"
},
"models": {
"providers": {
"ollama": {
"baseUrl": "http://127.0.0.1:11434",
"apiKey": "ollama-local",
"api": "openai-completions",
"models": [
{
"id": "mistral:7b",
"name": "Mistral 7B",
"api": "openai-completions",
"input": [
"text"
],
"contextWindow": 128000,
"maxTokens": 32000,
"reasoning": false,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
}
}
]
}
}
},
"agents": {
"defaults": {
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
},
"compaction": {
"mode": "safeguard"
},
"workspace": "/home/stagiaire/.openclaw/workspace",
"model": {
"primary": "ollama/mistral:7b"
}
}
},
"gateway": {
"mode": "local",
"auth": {
"mode": "token",
"token": "9320e03c35ace278f08b15dc59e1d9281841b494b01c7fdf"
},
"port": 18789,
"bind": "loopback",
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"skills": {
"install": {
"nodeManager": "npm"
}
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"boot-md": {
"enabled": true
},
"command-logger": {
"enabled": true
},
"session-memory": {
"enabled": true
}
}
}
},
"wizard": {
"lastRunAt": "2026-02-01T13:22:42.751Z",
"lastRunVersion": "2026.1.30",
"lastRunCommand": "doctor",
"lastRunMode": "local"
},
"meta": {
"lastTouchedVersion": "2026.1.30",
"lastTouchedAt": "2026-02-01T13:22:42.754Z"
}
}