try the thing

This commit is contained in:
Ville Saukkonen 2023-12-02 22:50:32 +02:00
commit 739f0b429b
4 changed files with 12969 additions and 8340 deletions

View file

@ -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/**"