From 08c140593f85fed9f87b87c2feaeee7ee58f926e Mon Sep 17 00:00:00 2001 From: openclaw-314 Date: Wed, 15 Jul 2026 16:56:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E6=95=8F=E6=84=9F=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=88=B0=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=20-=20De?= =?UTF-8?q?epSeek=20API=20Key=20=E2=86=92=20${DEEPSEEK=5FAPI=5FKEY}=20-=20?= =?UTF-8?q?.gitignore=20=E6=96=B0=E5=A2=9E=20.env=20/=20docker-proxy.env?= =?UTF-8?q?=20=E5=BF=BD=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ openclaw.json | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) 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 +}