Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ai-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# 百炼的 OpenAI 兼容模式端点
OPENAI_API_ENDPOINT: "https://dashscope.aliyuncs.com/compatible-mode/v1"
# 指定百炼模型
MODEL: "qwen3-coder-plus"
MODEL: "qwen3-max"
# 设置语言为中文
LANGUAGE: "Chinese"
# 提示词优化:聚焦于实际问题,避免过度发散
Expand Down