Skip to content

Commit

Permalink
chore: update ChatGPT-CodeReview to use gpt-4o-mini model
Browse files Browse the repository at this point in the history
  • Loading branch information
anpigon committed Jul 19, 2024
1 parent 4b108fe commit af5c5bc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/code_review_from_chatgpt.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Code Review From ChatGPT
permissions:
contents: read
pull-requests: write
contents: read
pull-requests: write
on:
pull_request:
types: [opened, synchronize]
pull_request:
types: [opened, synchronize]
jobs:
code-review:
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
LANGUAGE: Korean
MODEL: gpt-4o
code-review:
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
LANGUAGE: Korean
MODEL: gpt-4o-mini

0 comments on commit af5c5bc

Please sign in to comment.