Skip to content

Commit

Permalink
fix: use gpt-4-turbo-2024-04-09 model for AI review
Browse files Browse the repository at this point in the history
  • Loading branch information
s2mr committed May 7, 2024
1 parent 1100b6d commit f277587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ai_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f277587

Please sign in to comment.