hey, i installed it today and configured my ollama to give it a model (before the first start). if someone is interested: edit the /mnt/user/appdata/openclaw/config/openclaw.json replace the ip (YOUR_OLLAMA_HOST_IP) to your host and your preferred model ("id":) "models": {
"providers": {
"ollama": {
"baseUrl": "http://YOUR_OLLAMA_HOST_IP:11434/v1",
"apiKey": "ollama-local",
"api": "openai-completions",
"models": [
{
"id": "ministral-3:14b-instruct-2512-q8_0",
"name": "Ministral 3 14B Instruct",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 32768,
"maxTokens": 81920
}
]
}
}
},
But the typical onboading I saw in some videos did not happen and therefore the personality is not used / configured. I connected to the container (docker exec -it OpenClaw bash) and executed node dist/index.js onboard it recognized my model and i skipped everything else, then i chose "Hatch in TUI (recommended)" then follows the output: Wake up, my friend!
(no output)
(no output)
connected | idle
agent main | session main (openclaw-tui) | ollama/ministral-3:14b-instruct-2512-q8_0 | tokens 4.1k/33k (13%) But on the dashboard is just a typical ai-greeting text and when i ask it has no access to its filesystem and its IDENDITY.md SOUL.md etc. So I guess my assistant isn't working properly? Do i need to configure a special workspace for my model?