diff --git a/.github/workflows/reusable-node-ci.yml b/.github/workflows/reusable-node-ci.yml index 2169769..42ff18c 100644 --- a/.github/workflows/reusable-node-ci.yml +++ b/.github/workflows/reusable-node-ci.yml @@ -66,6 +66,8 @@ jobs: env: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + config.model: "gpt-4o" + config.custom_reasoning_model: "false" pr_code_suggestions.commitable_code_suggestions: "true" pr_reviewer.require_score_review: "true" pr_reviewer.inline_code_comments: "true"