diff --git a/.gitignore b/.gitignore index 81de5ca..d82286e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,12 @@ logs/ npm/ sandboxes/ +# 环境变量密钥文件(.env) +.env + +# Docker 代理密钥文件 +docker-proxy.env + # 备份文件 *.bak* *.clobbered.* diff --git a/openclaw.json b/openclaw.json index 85426a6..f8dced2 100644 --- a/openclaw.json +++ b/openclaw.json @@ -1,7 +1,7 @@ { "meta": { "lastTouchedVersion": "2026.7.1", - "lastTouchedAt": "2026-07-15T05:51:48.412Z" + "lastTouchedAt": "2026-07-15T07:58:46.857Z" }, "wizard": { "lastRunAt": "2026-07-14T15:09:38.730Z", @@ -22,7 +22,7 @@ "providers": { "deepseek": { "baseUrl": "https://api.deepseek.com/v1", - "apiKey": "sk-893b90b270ad4697a0b0b24969964d79", + "apiKey": "${DEEPSEEK_API_KEY}", "api": "openai-completions", "models": [ { @@ -452,6 +452,9 @@ }, "dingtalk-connector": { "enabled": true + }, + "memory-lancedb": { + "enabled": false } }, "bundledDiscovery": "compat" @@ -492,4 +495,4 @@ "enabled": true } } -} \ No newline at end of file +}