mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-18 15:59:16 +08:00
build: try another LLM for code review.
This commit is contained in:
parent
c2dadc2b92
commit
02c3a34f13
2
.github/workflows/llm-code-review.yml
vendored
2
.github/workflows/llm-code-review.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
OPENAI_API_KEY: ${{ secrets.ALIYUN_LLM_API_KEY }}
|
OPENAI_API_KEY: ${{ secrets.ALIYUN_LLM_API_KEY }}
|
||||||
LANGUAGE: English
|
LANGUAGE: English
|
||||||
OPENAI_API_ENDPOINT: https://dashscope.aliyuncs.com/compatible-mode/v1
|
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."
|
PROMPT: "Please check the following code differences for any irregularities, potential issues, or optimization suggestions, and provide your answers in English."
|
||||||
top_p: 1
|
top_p: 1
|
||||||
temperature: 1
|
temperature: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user