We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be2a6c commit b3af25fCopy full SHA for b3af25f
.github/workflows/code-review.yml
@@ -15,6 +15,6 @@ jobs:
15
- uses: anc95/ChatGPT-CodeReview@main
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
- OPENAI_API_KEY: ${{ secrets.OPEN_API_KEY }}
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
19
LANGUAGE: Korean
20
MODEL: gpt-3.5-turbo
0 commit comments