Skip to content

Commit 5c13a26

Browse files
committed
package and update the model used, remove unused code
1 parent 80ca662 commit 5c13a26

File tree

6 files changed

+17140
-12540
lines changed

6 files changed

+17140
-12540
lines changed

.github/workflows/code_review.yml

+1
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

+1-1
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)