From 3b71427827326db81179cbf05fecb36758b4f6af Mon Sep 17 00:00:00 2001 From: Alexandre Magno Date: Thu, 21 Mar 2024 18:17:45 +0100 Subject: [PATCH] Update AIPR.yml --- .github/workflows/AIPR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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