From 6a28108a6571a0d49ce7cd149030e98c4ee77cfb Mon Sep 17 00:00:00 2001 From: lintsinghua <129816813+lintsinghua@users.noreply.github.com> Date: Wed, 17 Dec 2025 01:23:39 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index abcaef9..f83ff04 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,6 @@ DeepAudit/ ```bash # 设置你的 LLM API Key,然后一键部署 -LLM_API_KEY=your-api-key-here \ curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/v3.0.0/docker-compose.prod.yml | docker compose -f - up -d ``` From bde294c7b125a26b51906e901b873b97d6de2f8a Mon Sep 17 00:00:00 2001 From: lintsinghua <129816813+lintsinghua@users.noreply.github.com> Date: Wed, 17 Dec 2025 01:24:01 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f83ff04..c8ce44a 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,6 @@ DeepAudit/ 使用预构建的 Docker 镜像,无需克隆代码,一行命令即可启动: ```bash -# 设置你的 LLM API Key,然后一键部署 curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/v3.0.0/docker-compose.prod.yml | docker compose -f - up -d ```