Skip to content

Commit

Permalink
#86dtcxv63 - Change codereviewer key and api model
Browse files Browse the repository at this point in the history
  • Loading branch information
jplippi committed May 15, 2024
1 parent 057bfc3 commit 0d47a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: 'gpt-4' # Optional: defaults to "gpt-4"
OPENAI_API_MODEL: 'gpt-4-turbo'
exclude: '**/*.json, **/*.md' # Optional: exclude patterns separated by commas

0 comments on commit 0d47a87

Please sign in to comment.