From 429f5bda6ab25b50e682d8f80d6e0155569675ed Mon Sep 17 00:00:00 2001 From: Luke Hollenback <8144622+lukehollenback@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:49:53 -0600 Subject: [PATCH] Switched back to old model. --- .github/workflows/code_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index f15a0e8..059c23d 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-turbo-preview" + OPENAI_API_MODEL: "gpt-4-1106-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.