Skip to content

Commit 0d25354

Browse files
committed
Sentinel-09: Sleepy Integ
1 parent 1fbc540 commit 0d25354

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
@@ -17,5 +17,5 @@ jobs:
1717
with:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
20-
OPENAI_API_MODEL: "gpt-3.5" # Optional: defaults to "gpt-4"
20+
OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
2121
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas

0 commit comments

Comments
 (0)