Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70318b6

Browse files
committedMar 17, 2025··
fix: use o1 since we dont have o3-mini api access
1 parent a9eac04 commit 70318b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
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: "o3-mini"
69+
config.model: "o1"
7070
config.custom_reasoning_model: "true"
7171
pr_code_suggestions.commitable_code_suggestions: "true"
7272
pr_reviewer.require_score_review: "true"

0 commit comments

Comments
 (0)
Please sign in to comment.