From 41d77b35f951bcd836d2d064d18322b79953083d Mon Sep 17 00:00:00 2001 From: Ryoju Ohata Date: Thu, 27 Jun 2024 09:32:31 +0900 Subject: [PATCH] fix: fix workflow config --- .github/workflows/code_review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 3edcf77..9326a62 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -12,9 +12,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Code Review - uses: freeedcom/ai-codereviewer@main + uses: ryoju-ohata/ai-codereviewer-jp@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - OPENAI_API_MODEL: "gpt-4-1106-preview" + OPENAI_API_MODEL: "gpt-3.5-turbo" exclude: "yarn.lock,dist/**"