File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,20 +22,15 @@ jobs:
2222 OPENAI__KEY : ${{ secrets.OPENAI_KEY }}
2323 OPENAI__API_BASE : " http://localhost:8000/v1"
2424
25- CONFIG__MODEL : " openai/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-FP8"
26- CONFIG__MODEL_TURBO : " openai/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-FP8"
27- CONFIG__FALLBACK_MODELS : ' ["openai/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-FP8"]'
25+ # 모델명 변경
26+ CONFIG__MODEL : " openai/Qwen/Qwen3-Coder-Next-FP8"
27+ CONFIG__MODEL_TURBO : " openai/Qwen/Qwen3-Coder-Next-FP8"
28+ CONFIG__FALLBACK_MODELS : ' ["openai/Qwen/Qwen3-Coder-Next-FP8"]'
2829 CONFIG__CUSTOM_MODEL_MAX_TOKENS : " 32768"
29-
30- # 구조화된 출력 개선 설정 추가
3130 CONFIG__DUPLICATE_EXAMPLES : " true"
32- CONFIG__VERBOSITY_LEVEL : " 0"
3331
34- # 리뷰 간소화
35- PR_REVIEWER__NUM_CODE_SUGGESTIONS : " 2"
32+ PR_REVIEWER__NUM_CODE_SUGGESTIONS : " 3"
3633 PR_REVIEWER__INLINE_CODE_COMMENTS : " false"
37- PR_REVIEWER__REQUIRE_SECURITY_REVIEW : " false"
38- PR_REVIEWER__REQUIRE_ESTIMATE_EFFORT_TO_REVIEW : " false"
3934
4035 run : |
4136 source ~/pr-agent-env/bin/activate
You can’t perform that action at this time.
0 commit comments