Skip to content

Commit

Permalink
[CI] Fix model token limits for PR review (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang233 authored Feb 4, 2025
1 parent 7727717 commit d729c31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
OPENAI__KEY: ${{ secrets.LLM_OPENAI__KEY }}
OPENAI__API_BASE: ${{ secrets.LLM_OPENAI__API_BASE }}
CONFIG__MODEL: ${{ secrets.LLM_CONFIG__MODEL }}
CONFIG__CUSTOM_MODEL_MAX_TOKENS: 131072
CONFIG__CUSTOM_MODEL_MAX_TOKENS: 32768
CONFIG__FALLBACK_MODELS: '[]'

CONFIG__MAX_MODEL_TOKENS: 65536
CONFIG__MAX_MODEL_TOKENS: 32768
CONFIG__PUBLISH_OUTPUT_PROGRESS: false

PR_REVIEWER__REQUIRE_SCORE_REVIEW: false
Expand Down

0 comments on commit d729c31

Please sign in to comment.