File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,18 +18,25 @@ jobs:
1818 steps :
1919 - name : Run PR-Agent
2020 env :
21- # GitHub 토큰 (이름 주의!)
2221 GITHUB__USER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23-
24- # OpenAI 설정
2522 OPENAI__KEY : ${{ secrets.OPENAI_KEY }}
2623 OPENAI__API_BASE : " http://localhost:8000/v1"
2724
28- # 모델 설정
2925 CONFIG__MODEL : " openai/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-FP8"
3026 CONFIG__MODEL_TURBO : " openai/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-FP8"
3127 CONFIG__FALLBACK_MODELS : ' ["openai/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-FP8"]'
3228 CONFIG__CUSTOM_MODEL_MAX_TOKENS : " 32768"
29+
30+ # 구조화된 출력 개선 설정 추가
31+ CONFIG__DUPLICATE_EXAMPLES : " true"
32+ CONFIG__VERBOSITY_LEVEL : " 0"
33+
34+ # 리뷰 간소화
35+ PR_REVIEWER__NUM_CODE_SUGGESTIONS : " 2"
36+ PR_REVIEWER__INLINE_CODE_COMMENTS : " false"
37+ PR_REVIEWER__REQUIRE_SECURITY_REVIEW : " false"
38+ PR_REVIEWER__REQUIRE_ESTIMATE_EFFORT_TO_REVIEW : " false"
39+
3340 run : |
3441 source ~/pr-agent-env/bin/activate
3542 pr-agent --pr_url "${{ github.event.pull_request.html_url }}" review
You can’t perform that action at this time.
0 commit comments