Skip to content

Commit

Permalink
build: try another LLM for code review.
Browse files Browse the repository at this point in the history
liqiang-fit2cloud authored Dec 11, 2024
1 parent c2dadc2 commit 02c3a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llm-code-review.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
OPENAI_API_KEY: ${{ secrets.ALIYUN_LLM_API_KEY }}
LANGUAGE: English
OPENAI_API_ENDPOINT: https://dashscope.aliyuncs.com/compatible-mode/v1
MODEL: qwen2-1.5b-instruct
MODEL: qwen2.5-coder-3b-instruct
PROMPT: "Please check the following code differences for any irregularities, potential issues, or optimization suggestions, and provide your answers in English."
top_p: 1
temperature: 1

0 comments on commit 02c3a34

Please sign in to comment.