config checked in
This commit is contained in:
122
docker/config/openclaw.json
Normal file
122
docker/config/openclaw.json
Normal file
@@ -0,0 +1,122 @@
|
||||
{
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.2.18",
|
||||
"lastTouchedAt": "2026-02-19T04:49:36.730Z"
|
||||
},
|
||||
"env": {
|
||||
"MOONSHOT_API_KEY": "${MOONSHOT_API_KEY}",
|
||||
"OPENCLAW_GATEWAY_TOKEN": "${OPENCLAW_GATEWAY_TOKEN}"
|
||||
},
|
||||
"wizard": {
|
||||
"lastRunAt": "2026-02-19T04:49:36.701Z",
|
||||
"lastRunVersion": "2026.2.18",
|
||||
"lastRunCommand": "configure",
|
||||
"lastRunMode": "local"
|
||||
},
|
||||
"auth": {
|
||||
"profiles": {
|
||||
"kimi-coding:default": {
|
||||
"provider": "kimi-coding",
|
||||
"mode": "api_key"
|
||||
}
|
||||
}
|
||||
},
|
||||
"models": {
|
||||
"providers": {
|
||||
"moonshot": {
|
||||
"baseUrl": "https://api.moonshot.ai/v1",
|
||||
"apiKey": "${MOONSHOT_API_KEY}",
|
||||
"auth": "api-key",
|
||||
"api": "openai-responses",
|
||||
"models": [
|
||||
{
|
||||
"id": "kimi-k2.5",
|
||||
"name": "Kimi K2.5",
|
||||
"reasoning": false,
|
||||
"input": ["text"],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 256000,
|
||||
"maxTokens": 8192
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "kimi-coding/k2p5",
|
||||
"fallbacks": ["moonshot/kimi-k2.5"]
|
||||
},
|
||||
"models": {
|
||||
"moonshot/kimi-k2.5": {
|
||||
"alias": "Kimi K2.5"
|
||||
},
|
||||
"kimi-coding/k2p5": {
|
||||
"alias": "Kimi K2.5"
|
||||
}
|
||||
},
|
||||
"workspace": "/home/node/.openclaw/workspace"
|
||||
}
|
||||
},
|
||||
"tools": {
|
||||
"web": {
|
||||
"search": {
|
||||
"enabled": true,
|
||||
"apiKey": "BSADSjIqy0kUD4b2emM12eSkPKxOeNz"
|
||||
},
|
||||
"fetch": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"native": "auto",
|
||||
"nativeSkills": "auto"
|
||||
},
|
||||
"channels": {
|
||||
"whatsapp": {
|
||||
"dmPolicy": "allowlist",
|
||||
"selfChatMode": true,
|
||||
"allowFrom": ["+17193319238"],
|
||||
"groupPolicy": "allowlist",
|
||||
"debounceMs": 0,
|
||||
"mediaMaxMb": 50
|
||||
},
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
"dmPolicy": "pairing",
|
||||
"botToken": "8574031211:AAGr40J8J9l5ovKK79actnlS3FceBJq7znk",
|
||||
"groupPolicy": "allowlist",
|
||||
"streamMode": "partial"
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18789,
|
||||
"mode": "local",
|
||||
"bind": "lan",
|
||||
"auth": {
|
||||
"mode": "token",
|
||||
"token": "ed461301853e59c5994bb293925db9dab23741962e0f68da"
|
||||
},
|
||||
"tailscale": {
|
||||
"mode": "off",
|
||||
"resetOnExit": false
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"whatsapp": {
|
||||
"enabled": true
|
||||
},
|
||||
"telegram": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user