Skip to content

Commit 250d6f6

Browse files
committed
fix port
1 parent 07bf418 commit 250d6f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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"
2424

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

0 commit comments

Comments
 (0)