diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 0911e91b5..47dd007bb 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -15,7 +15,7 @@ jobs: if: ${{ github.actor != 'slack-oss-bot' }} steps: - name: Trigger code review - uses: fxchen/code-review@v0.2.8-alpha + uses: fxchen/code-review@v0.2.9-alpha with: model: 'gpt-3.5-turbo-16k' openai-key: ${{ secrets.OPENAI_API_KEY }}