diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 059c23d..f15a0e8 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -18,7 +18,7 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - OPENAI_API_MODEL: "gpt-4-1106-preview" + OPENAI_API_MODEL: "gpt-4-turbo-preview" exclude: "yarn.lock, dist/**, **/*.json, **/*.md, **/*.yaml, **/*.xml" custom_prompts: | Do not worry about the verbosity of variable names, as long as they are somewhat descriptive.