Skip to content

Commit ad7f0d9

Browse files
authored
Update main.yml
1 parent 694932c commit ad7f0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
with:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # The GITHUB_TOKEN is there by default so you just need to keep it like it is and not necessarily need to add it as secret as it will throw an error. [More Details](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret)
2020
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
21-
OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
21+
OPENAI_API_MODEL: "gpt-3.5-turbo" # Optional: defaults to "gpt-4"
2222
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas

0 commit comments

Comments
 (0)