mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-06-30 21:04:16 +00:00
try the thing
This commit is contained in:
parent
4caf3d5941
commit
739f0b429b
4 changed files with 12969 additions and 8340 deletions
3
.github/workflows/code_review.yml
vendored
3
.github/workflows/code_review.yml
vendored
|
@ -12,8 +12,9 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Code Review
|
||||
uses: freeedcom/ai-codereviewer@main
|
||||
uses: freeedcom/ai-codereviewer@support-latest-gpt-4
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
OPENAI_API_MODEL: "gpt-4-1106-preview"
|
||||
exclude: "yarn.lock,dist/**"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue