Skip to content

Commit c251bd7

Browse files
committed
ci: use MiniMax-M3 for PR reviews
1 parent e3cb7b9 commit c251bd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ai-pr-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Run Claude Code review
7777
uses: anthropics/claude-code-action@v1.0.102
7878
env:
79-
ANTHROPIC_BASE_URL: https://api.minimax.io/anthropic
79+
ANTHROPIC_BASE_URL: https://api.minimaxi.com/anthropic
8080
PR_NUMBER: ${{ github.event.pull_request.number }}
8181
PR_TITLE: ${{ github.event.pull_request.title }}
8282
PR_URL: ${{ github.event.pull_request.html_url }}
@@ -90,7 +90,7 @@ jobs:
9090
github_token: ${{ secrets.GITHUB_TOKEN }}
9191
use_sticky_comment: true
9292
claude_args: |
93-
--model MiniMax-M2.7-highspeed
93+
--model MiniMax-M3
9494
--max-turns 300
9595
--allowed-tools Read,Glob,Grep
9696
prompt: |

0 commit comments

Comments
 (0)