We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08a2fe commit d47d846Copy full SHA for d47d846
.github/workflows/code_review.yml
@@ -16,5 +16,5 @@ jobs:
16
with:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
19
- OPENAI_API_MODEL: "gpt-4-1106-preview"
20
- exclude: "yarn.lock,dist/**"
+ OPENAI_API_MODEL: "gpt-4"
+ exclude: "yarn.lock,dist/**"
0 commit comments