Skip to content

Commit 8dff117

Browse files
authored
Merge pull request #32 from freeedcom/support-latest-gpt-4
Support latest gpt 4
2 parents bc0dab4 + 5c13a26 commit 8dff117

File tree

8 files changed

+17287
-12567
lines changed

8 files changed

+17287
-12567
lines changed

.github/workflows/code_review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
with:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
19+
OPENAI_API_MODEL: "gpt-4-1106-preview"
1920
exclude: "yarn.lock,dist/**"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ the OpenAI API. It then generates review comments based on the AI's response and
6363
Contributions are welcome! Please feel free to submit issues or pull requests to improve the AI Code Reviewer GitHub
6464
Action.
6565

66-
Let the maintainer generate the final package.
66+
Let the maintainer generate the final package (`yarn build` & `yarn package`).
6767

6868
## License
6969

0 commit comments

Comments
 (0)