Skip to content

Commit

Permalink
Merge pull request #32 from freeedcom/support-latest-gpt-4
Browse files Browse the repository at this point in the history
Support latest gpt 4
  • Loading branch information
villesau committed Dec 2, 2023
2 parents bc0dab4 + 5c13a26 commit 8dff117
Show file tree
Hide file tree
Showing 8 changed files with 17,287 additions and 12,567 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4-1106-preview"
exclude: "yarn.lock,dist/**"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ the OpenAI API. It then generates review comments based on the AI's response and
Contributions are welcome! Please feel free to submit issues or pull requests to improve the AI Code Reviewer GitHub
Action.

Let the maintainer generate the final package.
Let the maintainer generate the final package (`yarn build` & `yarn package`).

## License

Expand Down

0 comments on commit 8dff117

Please sign in to comment.