#help help help =)

1 messages · Page 1 of 1 (latest)

final bluff
#

hello everyone. Could you guys tell me how to optimize the model for speed? https://ollama.com/voytas26/openclaw-qwen3vl-8b-opt for openclaw (it takes her a very long time to respond) According to my specifications, the gtx 3070(8gb) has 16 gigabytes of RAM. Here is my json.

#

I can't dump the json . if someone can please tell me how to do it)

#

{
"meta": {
"lastTouchedVersion": "2026.2.19-2",
"lastTouchedAt": "2026-02-19T22:20:55.827Z"
},
"wizard": {
"lastRunAt": "2026-02-19T22:20:55.781Z",
"lastRunVersion": "2026.2.19-2",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"models": {
"providers": {
"ollama": {
"baseUrl": "http://127.0.0.1:11434/v1",
"apiKey": "ollama-local",
"api": "openai-completions",
"models": [
{
"id": "voytas26/openclaw-qwen3vl-8b-opt",
"name": "voytas26/openclaw-qwen3vl-8b-opt",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 128000,
"maxTokens": 4192
},
{
"id": "qwen3:8b",
"name": "qwen3:8b",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 16384
}
]
}
}
},

#

"agents": {
"defaults": {
"model": {
"primary": "ollama/voytas26/openclaw-qwen3vl-8b-opt:latest"
},
"models": {
"ollama/voytas26/openclaw-qwen3vl-8b-opt:latest": {}
},
"workspace": "C:\Users\Admin\.openclaw\workspace"
}
},
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"boot-md": {
"enabled": true
},
"command-logger": {
"enabled": true
},
"session-memory": {
"enabled": true
}
}
}
},
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "pairing",
"botToken": "",
"groupPolicy": "allowlist",
"streamMode": "partial"
}
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "loopback",
"auth": {
"mode": "token",
"token": ""
},
"tailscale": {
"mode": "off",
"resetOnExit": false
},
"nodes": {
"denyCommands": [
"camera.snap",
"camera.clip",
"screen.record",
"calendar.add",
"contacts.add",
"reminders.add"
]
}
},