Added tests, debug logging and fix max tokens bug

This commit is contained in:
Will Poynter 2024-10-01 14:53:33 +01:00
parent c1c54576e4
commit 7027b3ba7b
No known key found for this signature in database
GPG key ID: AB3BE72A7CA5B1A9
5 changed files with 165 additions and 44 deletions

View file

@ -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 }}