#using npm

1 messages ยท Page 1 of 1 (latest)

candid osprey
#

do you have claude or codex?

summer berry
#

I do not. I finally got it to accept the model but having ChatGPT provide this configuration file:

{
"messages": {
"ackReactionScope": "group-mentions"
},
"agents": {
"defaults": {
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
},
"compaction": {
"mode": "safeguard"
},
"workspace": "C:\Users\tomclancy\.openclaw\workspace",
"model": {
"primary": "ollama/qwen2.5:14b"
},
"models": {
"ollama/qwen2.5:14b": {
"streaming": false
}
}
}
},
"gateway": {
"mode": "local",
"auth": {
"mode": "token",
"token": "b399a2446e5fa726ddbcbae90172bba333f07277e8a91254"
},
"port": 18789,
"bind": "loopback",
"tailscale": {
"mode": "off",
"resetOnExit": false
},
"nodes": {
"denyCommands": [
"camera.snap",
"camera.clip",
"screen.record",
"calendar.add",
"contacts.add",
"reminders.add"
]
}
},
"wizard": {
"lastRunAt": "2026-02-13T14:45:29.095Z",
"lastRunVersion": "2026.2.12",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"meta": {
"lastTouchedVersion": "2026.2.12",
"lastTouchedAt": "2026-02-13T14:45:29.111Z"
},
"models": {
"providers": {
"ollama": {
"baseUrl": "http://127.0.0.1:11434/v1",
"apiKey": "ollama-local",
"api": "openai-completions",
"models": [
{
"id": "qwen2.5:14b",
"name": "Qwen2.5 14B (Ollama)",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 64000,
"maxTokens": 81920
}
]
}
}
}
}

#

but now it does nothing when I try to query the agent in the OpenClaw chat

#

please help, I'm seriously about to break my computer

summer berry