Switched back to old model.

This commit is contained in:
Luke Hollenback 2024-04-02 11:49:53 -06:00
commit 429f5bda6a

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-turbo-preview" OPENAI_API_MODEL: "gpt-4-1106-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.