From b446e2cbd547cf477efc04152936e109e8429a20 Mon Sep 17 00:00:00 2001 From: lucadipisa Date: Wed, 26 Jun 2024 15:00:22 +0200 Subject: [PATCH] update model --- .github/workflows/code_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 3edcf77..7e9d1e9 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Code Review - uses: freeedcom/ai-codereviewer@main + uses: lucadipisa/ai-codereviewer-H3@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}