From 08714a9f4ecdae0b430029bc5048613c73bf7f0b Mon Sep 17 00:00:00 2001 From: svtter Date: Mon, 25 May 2026 10:55:58 +0800 Subject: [PATCH] fix: align multi-review README example model provider name with code default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The multi-review YAML example in README.md used 'zhipuai/glm-5.1' while all code defaults (reviewers.ts, run-github-opencode.py), tests, and other docs consistently use 'zhipuai-coding-plan/glm-5.1'. This patch fixes the README example to match the canonical provider name. Closes: #110 (默认 model provider 名称不一致 item) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6342e29..53293b0 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Use this when you want multiple AI reviewers to analyze a PR in parallel, with a uses: sun-praise/opencode-actions/multi-review@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - model: zhipuai/glm-5.1 + model: zhipuai-coding-plan/glm-5.1 default-team: "quality:1,security:1,performance:1" timeout-seconds: "900" coordinator-timeout-seconds: "300"