Skip to content

Commit 02c3a34

Browse files
build: try another LLM for code review.
1 parent c2dadc2 commit 02c3a34

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
@@ -15,7 +15,7 @@ jobs:
1515
OPENAI_API_KEY: ${{ secrets.ALIYUN_LLM_API_KEY }}
1616
LANGUAGE: English
1717
OPENAI_API_ENDPOINT: https://dashscope.aliyuncs.com/compatible-mode/v1
18-
MODEL: qwen2-1.5b-instruct
18+
MODEL: qwen2.5-coder-3b-instruct
1919
PROMPT: "Please check the following code differences for any irregularities, potential issues, or optimization suggestions, and provide your answers in English."
2020
top_p: 1
2121
temperature: 1

0 commit comments

Comments
 (0)