Switched back to the GPT-4 Turbo alias.

This commit is contained in:
Luke Hollenback 2024-04-02 11:51:08 -06:00
commit 93befdd2a1

View file

@ -18,7 +18,7 @@ jobs:
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} 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" exclude: "yarn.lock, dist/**, **/*.json, **/*.md, **/*.yaml, **/*.xml"
custom_prompts: | custom_prompts: |
Do not worry about the verbosity of variable names, as long as they are somewhat descriptive. Do not worry about the verbosity of variable names, as long as they are somewhat descriptive.