71 lines
1.6 KiB
Plaintext
71 lines
1.6 KiB
Plaintext
Ubuntu@0138-ict-prxmx50045:~$ cat ~/.clawdbot/clawdbot.json
|
|
{
|
|
"messages": {
|
|
"ackReactionScope": "group-mentions"
|
|
},
|
|
"models": {
|
|
"providers": {
|
|
"ollama": {
|
|
"baseUrl": "http://127.0.0.1:11434/v1",
|
|
"apiKey": "ollama-local",
|
|
"api": "openai-responses",
|
|
"models": [
|
|
{
|
|
"id": "glm-4.7-flash:latest",
|
|
"name": "GLM-4.7 Flash",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"contextWindow": 128000,
|
|
"maxTokens": 8192
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"agents": {
|
|
"defaults": {
|
|
"model": {
|
|
"primary": "ollama/glm-4.7-flash:latest"
|
|
},
|
|
"maxConcurrent": 4,
|
|
"subagents": {
|
|
"maxConcurrent": 8
|
|
},
|
|
"compaction": {
|
|
"mode": "safeguard"
|
|
},
|
|
"workspace": "/home/Ubuntu/clawd"
|
|
}
|
|
},
|
|
"gateway": {
|
|
"mode": "local",
|
|
"auth": {
|
|
"mode": "token",
|
|
"token": "b35761a4ed1f1e01b139aa4ddd4cd7b45bc51631b1483d0f"
|
|
},
|
|
"port": 18789,
|
|
"bind": "loopback",
|
|
"tailscale": {
|
|
"mode": "off",
|
|
"resetOnExit": false
|
|
}
|
|
},
|
|
"wizard": {
|
|
"lastRunAt": "2026-01-26T02:17:41.790Z",
|
|
"lastRunVersion": "2026.1.24-3",
|
|
"lastRunCommand": "onboard",
|
|
"lastRunMode": "local"
|
|
},
|
|
"meta": {
|
|
"lastTouchedVersion": "2026.1.24-3",
|
|
"lastTouchedAt": "2026-01-26T02:17:41.796Z"
|
|
}
|
|
}
|
|
Ubuntu@0138-ict-prxmx50045:~$
|