We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea0c07 commit 248c406Copy full SHA for 248c406
.github/workflows/reusable-node-ci.yml
@@ -66,7 +66,7 @@ jobs:
66
env:
67
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
- config.model: "gpt-4o"
+ config.model: "gpt-4.1"
70
config.custom_reasoning_model: "false"
71
pr_code_suggestions.commitable_code_suggestions: "true"
72
pr_reviewer.require_score_review: "true"
0 commit comments