69 lines
1.5 KiB
Plaintext
69 lines
1.5 KiB
Plaintext
{
|
|
"messages": {
|
|
"ackReactionScope": "group-mentions"
|
|
},
|
|
"models": {
|
|
"providers": {
|
|
"lmstudio": {
|
|
"baseUrl": "http://127.0.0.1:1234/v1",
|
|
"apiKey": "lmstudio-local",
|
|
"api": "openai-responses",
|
|
"models": [
|
|
{
|
|
"id": "zai-org/glm-4.7-flash",
|
|
"name": "GLM-4.7 Flash (LM Studio)",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"contextWindow": 32768,
|
|
"maxTokens": 8192
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"agents": {
|
|
"defaults": {
|
|
"model": {
|
|
"primary": "lmstudio/zai-org/glm-4.7-flash"
|
|
},
|
|
"maxConcurrent": 4,
|
|
"subagents": {
|
|
"maxConcurrent": 8
|
|
},
|
|
"compaction": {
|
|
"mode": "safeguard"
|
|
},
|
|
"workspace": "/home/Ubuntu/.openclaw/workspace"
|
|
}
|
|
},
|
|
"gateway": {
|
|
"mode": "local",
|
|
"auth": {
|
|
"mode": "token",
|
|
"token": "your-secure-token-here"
|
|
},
|
|
"port": 18789,
|
|
"bind": "loopback",
|
|
"tailscale": {
|
|
"mode": "off",
|
|
"resetOnExit": false
|
|
}
|
|
},
|
|
"wizard": {
|
|
"lastRunAt": "2026-01-30T22:39:51.080Z",
|
|
"lastRunVersion": "2026.1.29",
|
|
"lastRunCommand": "onboard",
|
|
"lastRunMode": "local"
|
|
},
|
|
"meta": {
|
|
"lastTouchedVersion": "2026.1.29",
|
|
"lastTouchedAt": "2026-01-30T22:39:51.087Z"
|
|
}
|
|
}
|