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,请删除或注释掉