From 940554e5b2f96c7cf7cc92a8f1e178f7422bad41 Mon Sep 17 00:00:00 2001 From: biss Date: Sun, 29 Mar 2026 09:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/ai-review?= =?UTF-8?q?.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ai-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ai-review.yml b/.gitea/workflows/ai-review.yml index 13d25c2..24e020a 100644 --- a/.gitea/workflows/ai-review.yml +++ b/.gitea/workflows/ai-review.yml @@ -20,6 +20,7 @@ jobs: # 使用社区广泛认可的 review action 镜像 uses: https://github.com/anc95/ChatGPT-CodeReview@main env: + custom_endpoint: "https://git.biss.click/api/v1" # --- AI 引擎配置 --- OPENAI_API_KEY: ${{ secrets.AI_API_KEY }} # 如果使用 DeepSeek,请保持下面这行;如果用 OpenAI,请删除或注释掉