mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 18:16:47 +00:00
Added tests, debug logging and fix max tokens bug
This commit is contained in:
parent
c1c54576e4
commit
7027b3ba7b
5 changed files with 165 additions and 44 deletions
2
.github/workflows/code_review.yml
vendored
2
.github/workflows/code_review.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Code Review
|
||||
uses: researchwiseai/ai-codereviewer@moving-to-o1
|
||||
uses: researchwiseai/ai-codereviewer@main
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY_V2 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue