Skip to content

Commit 0c1d748

Browse files
authored
fix: use gpt-4o as the model (#61)
1 parent e4bc25b commit 0c1d748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
env:
6767
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
config.model: "gpt-4o"
70+
config.custom_reasoning_model: "false"
6971
pr_code_suggestions.commitable_code_suggestions: "true"
7072
pr_reviewer.require_score_review: "true"
7173
pr_reviewer.inline_code_comments: "true"

0 commit comments

Comments
 (0)