chore: update PR Agent model (#1014)

chore: update pr agent model
This commit is contained in:
Dream Hunter
2026-04-29 02:07:47 +08:00
committed by GitHub
parent c703082391
commit fb6e77fded
3 changed files with 10 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ jobs:
PR_REVIEWER.REQUIRE_TESTS_REVIEW: "false"
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
OPENAI_API_BASE: ${{ secrets.OPENAI_API_BASE }}
CONFIG.MODEL: "gpt-4o"
CONFIG.MODEL_TURBO: "gpt-4o"
CONFIG.MODEL: "gpt-5.4-nano"
CONFIG.MODEL_TURBO: "gpt-5.4-nano"
OPENAI.API_BASE: ${{ secrets.OPENAI_API_BASE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}