mirror of
https://github.com/hoshikawa2/openclaw-oci.git
synced 2026-03-03 16:09:35 +00:00
90 lines
1.8 KiB
JSON
90 lines
1.8 KiB
JSON
{
|
|
"meta": {
|
|
"lastTouchedVersion": "2026.2.1",
|
|
"lastTouchedAt": "2026-02-14T03:24:55.922Z"
|
|
},
|
|
"wizard": {
|
|
"lastRunAt": "2026-02-14T03:24:55.917Z",
|
|
"lastRunVersion": "2026.2.1",
|
|
"lastRunCommand": "onboard",
|
|
"lastRunMode": "local"
|
|
},
|
|
"models": {
|
|
"providers": {
|
|
"openai-compatible": {
|
|
"baseUrl": "http://127.0.0.1:8050/v1",
|
|
"apiKey": "sk-test",
|
|
"api": "openai-completions",
|
|
"models": [
|
|
{
|
|
"id": "gpt-5",
|
|
"name": "gpt-5" ,
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
|
|
"contextWindow": 200000,
|
|
"maxTokens": 8192
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"agents": {
|
|
"defaults": {
|
|
"model": {
|
|
"primary": "openai-compatible/gpt-5"
|
|
},
|
|
"models": {
|
|
"openai-compatible/gpt-5": {}
|
|
},
|
|
"workspace": "/home/hoshikawa2/.openclaw/workspace",
|
|
"compaction": {
|
|
"mode": "safeguard"
|
|
},
|
|
"maxConcurrent": 4,
|
|
"subagents": {
|
|
"maxConcurrent": 8
|
|
}
|
|
}
|
|
},
|
|
"messages": {
|
|
"ackReactionScope": "group-mentions"
|
|
},
|
|
"commands": {
|
|
"native": "auto",
|
|
"nativeSkills": "auto"
|
|
},
|
|
"channels": {
|
|
"whatsapp": {
|
|
"dmPolicy": "allowlist",
|
|
"selfChatMode": true,
|
|
"allowFrom": [
|
|
"+5511999961711"
|
|
],
|
|
"groupPolicy": "allowlist",
|
|
"mediaMaxMb": 50,
|
|
"debounceMs": 0
|
|
}
|
|
},
|
|
"gateway": {
|
|
"port": 18789,
|
|
"mode": "local",
|
|
"bind": "loopback",
|
|
"auth": {
|
|
"mode": "token",
|
|
"token": "5459cc59afcb0a4de09e0ce23ef6409090059a7d35df1740"
|
|
},
|
|
"tailscale": {
|
|
"mode": "off",
|
|
"resetOnExit": false
|
|
}
|
|
},
|
|
"plugins": {
|
|
"entries": {
|
|
"whatsapp": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|
|
}
|