diff --git a/.github/workflows/AIPR.yml b/.github/workflows/AIPR.yml index 16012161..f75883f3 100644 --- a/.github/workflows/AIPR.yml +++ b/.github/workflows/AIPR.yml @@ -22,7 +22,7 @@ jobs: uses: alexanmtz/AIPR@main with: openai_api_key: ${{ secrets.OPENAI_API_KEY }} - openai_tokens: 12000 - file_chunks: 1000000 + openai_tokens: 1000 + file_chunks: 2000000 target_branch: master