From f27758792f65c39f59871fd52cec7b255a3253c7 Mon Sep 17 00:00:00 2001 From: Kazumasa Shimomura Date: Tue, 7 May 2024 15:11:02 +0900 Subject: [PATCH] fix: use gpt-4-turbo-2024-04-09 model for AI review --- .github/workflows/ai_review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ai_review.yml b/.github/workflows/ai_review.yml index 0fe1871..a227b00 100644 --- a/.github/workflows/ai_review.yml +++ b/.github/workflows/ai_review.yml @@ -19,6 +19,7 @@ jobs: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} cmd: review lang: ja + model: gpt-4-turbo-2024-04-09 chat: if: startsWith(github.event.comment.body, '/chat') runs-on: ubuntu-latest