We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606f392 commit cc299d8Copy full SHA for cc299d8
.github/workflows/codepress-review.yml
@@ -21,11 +21,11 @@ jobs:
21
fetch-depth: 0
22
23
- name: CodePress Review
24
- uses: quantfive/codepress-review@v2
+ uses: quantfive/codepress-review@v3
25
with:
26
github_token: ${{ secrets.GITHUB_TOKEN }}
27
model_provider: "openai"
28
- model_name: "o4-mini"
+ model_name: "gpt-5-mini"
29
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
30
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
31
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
0 commit comments