We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72fdc4 commit 2c3298cCopy full SHA for 2c3298c
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Update docs for changed subdirectories
58
if: steps.detect-changes.outputs.changed_subdirs != ''
59
env:
60
- MODEL: gpt-4o
+ MODEL: gpt-5
61
CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }}
62
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
CHANGED_SUBDIRS: ${{ steps.detect-changes.outputs.changed_subdirs }}
0 commit comments