From 0ccfe2fdc78a90aa8aa7813d0f9768b914b12372 Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Wed, 11 Dec 2024 17:17:53 +0800 Subject: [PATCH] build: try another LLM for code review. --- .github/workflows/llm-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm-code-review.yml b/.github/workflows/llm-code-review.yml index 71e86b5e38..ed58007bd6 100644 --- a/.github/workflows/llm-code-review.yml +++ b/.github/workflows/llm-code-review.yml @@ -18,7 +18,7 @@ jobs: OPENAI_API_KEY: ${{ secrets.ALIYUN_LLM_API_KEY }} LANGUAGE: Chinese OPENAI_API_ENDPOINT: https://dashscope.aliyuncs.com/compatible-mode/v1 - MODEL: qwen2-1.5b-instruct + MODEL: qwen2.5-coder-3b-instruct PROMPT: "请检查下面的代码差异是否有不规范、潜在的问题或者优化建议,用中文回答。" top_p: 1 temperature: 1