Skip to content

Commit cb21678

Browse files
build: try another LLM for code review.
1 parent 0f65670 commit cb21678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llm-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
OPENAI_API_KEY: ${{ secrets.ALIYUN_LLM_API_KEY }}
1919
LANGUAGE: Chinese
2020
OPENAI_API_ENDPOINT: https://dashscope.aliyuncs.com/compatible-mode/v1
21-
MODEL: qwen2-1.5b-instruct
21+
MODEL: qwen2.5-coder-3b-instruct
2222
PROMPT: "请检查下面的代码差异是否有不规范、潜在的问题或者优化建议,用中文回答。"
2323
top_p: 1
2424
temperature: 1

0 commit comments

Comments
 (0)