Skip to content

Commit d47d846

Browse files
authored
Update code_review.yml
1 parent e08a2fe commit d47d846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_review.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
with:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
19-
OPENAI_API_MODEL: "gpt-4-1106-preview"
20-
exclude: "yarn.lock,dist/**"
19+
OPENAI_API_MODEL: "gpt-4"
20+
exclude: "yarn.lock,dist/**"

0 commit comments

Comments
 (0)