We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbc540 commit 0d25354Copy full SHA for 0d25354
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
with:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
20
- OPENAI_API_MODEL: "gpt-3.5" # Optional: defaults to "gpt-4"
+ OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
21
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
0 commit comments