Skip to content

Commit

Permalink
Fixed bug saving integration test report and moved to o1-mini for cod… (
Browse files Browse the repository at this point in the history
#5)

* Fixed bug saving integration test report and moved to o1-mini for code review

* Moved to o1-mini review model
  • Loading branch information
wpoynter authored Oct 1, 2024
1 parent 288a865 commit e8aeb97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ jobs:
uses: actions/checkout@v3

- name: AI Code Reviewer
uses: freeedcom/ai-codereviewer@v2.7.0
uses: researchwiseai/ai-codereviewer@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: 'gpt-4'
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY_V2 }}
OPENAI_API_MODEL: 'o1-mini'
exclude: '**/*.json, **/*.md'

integration-test:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Upload coverage artifact
uses: actions/upload-artifact@v3
with:
name: unit-test-coverage
name: integration-test-coverage
path: coverage/lcov.info

coverage-report:
Expand Down

0 comments on commit e8aeb97

Please sign in to comment.