Merge branch 'v3.0.0' of https://github.com/lintsinghua/XCodeReviewer into v3.0.0
This commit is contained in:
commit
4339806a75
|
|
@ -165,8 +165,6 @@ DeepAudit/
|
||||||
使用预构建的 Docker 镜像,无需克隆代码,一行命令即可启动:
|
使用预构建的 Docker 镜像,无需克隆代码,一行命令即可启动:
|
||||||
|
|
||||||
```bash
|
```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
|
curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/v3.0.0/docker-compose.prod.yml | docker compose -f - up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue