add 'OPENAI_API_MODEL' parameter

This commit is contained in:
L.F. Severgnini 2023-07-07 17:35:48 -03:00
parent 012d1cdc1a
commit 838fc48abe
No known key found for this signature in database
GPG key ID: 7371828D122DAF1E
3 changed files with 7 additions and 1 deletions

View file

@ -42,6 +42,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
```