Skip to content

Commit 248c406

Browse files
authored
fix: update to gpt 4.1
this is cheaper and substantially better than `4o`
1 parent 1ea0c07 commit 248c406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-node-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69-
config.model: "gpt-4o"
69+
config.model: "gpt-4.1"
7070
config.custom_reasoning_model: "false"
7171
pr_code_suggestions.commitable_code_suggestions: "true"
7272
pr_reviewer.require_score_review: "true"

0 commit comments

Comments
 (0)