We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bf418 commit b70e666Copy full SHA for b70e666
1 file changed
.github/workflows/pr-agent.yml
@@ -20,7 +20,11 @@ jobs:
20
env:
21
GITHUB__USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
OPENAI__KEY: ${{ secrets.OPENAI_KEY }}
23
- OPENAI__API_BASE: "http://localhost:8000/v1"
+ OPENAI__API_BASE: "http://localhost:8888/v1"
24
+
25
+ github_action_config.auto_review: "true" # enable\disable auto review
26
+ github_action_config.auto_describe: "true" # enable\disable auto describe
27
+ github_action_config.auto_improve: "true" # enable\disable auto improve
28
29
# 모델명 변경
30
CONFIG__MODEL: "openai/Qwen/Qwen3-Coder-Next-FP8"
0 commit comments