From 02c3a34f137a28d393273bcff531f230e7103e80 Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Wed, 11 Dec 2024 17:27:52 +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 1914e7c36..6d3d839f7 100644 --- a/.github/workflows/llm-code-review.yml +++ b/.github/workflows/llm-code-review.yml @@ -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