diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 552bfa9..6626dbb 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -14,4 +14,5 @@ jobs: - uses: actions/checkout@v3 - uses: sshnaidm/gpt-code-review-action@v1.0 with: + model: 'gpt-4' openai-key: ${{ secrets.OPENAI_API_KEY }}