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