mirror of
https://github.com/hoshikawa2/openclaw-oci.git
synced 2026-03-06 10:11:06 +00:00
67 lines
1.4 KiB
JSON
67 lines
1.4 KiB
JSON
{
|
|
"meta": {
|
|
"lastTouchedVersion": "2026.2.6-3",
|
|
"lastTouchedAt": "2026-02-12T10:50:18.766Z"
|
|
},
|
|
"wizard": {
|
|
"lastRunAt": "2026-02-12T10:50:18.763Z",
|
|
"lastRunVersion": "2026.2.6-3",
|
|
"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-4o-mini",
|
|
"name": "gpt-4o-mini",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
|
|
"contextWindow": 200000,
|
|
"maxTokens": 8192
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"agents": {
|
|
"defaults": {
|
|
"model": {
|
|
"primary": "openai-compatible/gpt-4o-mini"
|
|
}
|
|
}
|
|
},
|
|
"messages": {
|
|
"ackReactionScope": "group-mentions"
|
|
},
|
|
"commands": {
|
|
"native": "off",
|
|
"nativeSkills": "off"
|
|
},
|
|
"gateway": {
|
|
"port": 18789,
|
|
"mode": "local",
|
|
"bind": "loopback",
|
|
"auth": {
|
|
"mode": "token",
|
|
"token": "<Openclaw TOKEN - maintain your current config json>"
|
|
},
|
|
"tailscale": {
|
|
"mode": "off",
|
|
"resetOnExit": false
|
|
}
|
|
},
|
|
"plugins": {
|
|
"entries": {
|
|
"whatsapp": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|
|
}
|