I am trying to build an OpenClaw subagent that I want to use a specific model (RingoSystems/RingoLLM) but for some reason my set up just keeps choking on it. I can't get it to work, my orchestator has broken everything twice trying, and I can't seem to get it to work. The model is available on Ollama so I thought maybe the model call should be ollama/ringosystems/ringollm but that doesn't work. If I try to a provider block with ollama referenced and use ringosystems/ringollm it doesn't work. It either breaks the comms altogether with the bot or the bot just rolls to the fallback. Out of ideas here...
"clouds",
"workspace": "/home/cambot/.openclaw/workspace-clouds",
"model": {
"primary": "ringosystems/ringollm:latest",
"fallbacks": [
"ollama/minimax-m2.7:cloud"