Skip to content

Commit 902f5dd

Browse files
build: update code review configuration.
1 parent c6a4a6a commit 902f5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.FIT2CLOUDRD_LLM_CODE_REVIEW_TOKEN }}
1818
OPENAI_API_KEY: ${{ secrets.ALIYUN_LLM_API_KEY }}
19-
LANGUAGE: Chinese
19+
LANGUAGE: English
2020
OPENAI_API_ENDPOINT: https://dashscope.aliyuncs.com/compatible-mode/v1
2121
MODEL: qwen2.5-coder-3b-instruct
22-
PROMPT: "请检查下面的代码差异是否有不规范、潜在的问题或者优化建议,用中文回答。"
22+
PROMPT: "Please check the following code for any irregularities, potential issues, or optimization suggestions, and provide your answers in English."
2323
top_p: 1
2424
temperature: 1
2525
# max_tokens: 10000

0 commit comments

Comments
 (0)