Skip to content

Commit b70e666

Browse files
committed
fix port
1 parent 07bf418 commit b70e666

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pr-agent.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020
env:
2121
GITHUB__USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
OPENAI__KEY: ${{ secrets.OPENAI_KEY }}
23-
OPENAI__API_BASE: "http://localhost:8000/v1"
23+
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
2428

2529
# 모델명 변경
2630
CONFIG__MODEL: "openai/Qwen/Qwen3-Coder-Next-FP8"

0 commit comments

Comments
 (0)