Skip to content

Commit 2c3298c

Browse files
authored
Update model version from gpt-4o to gpt-5
1 parent e72fdc4 commit 2c3298c

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
@@ -57,7 +57,7 @@ jobs:
5757
- name: Update docs for changed subdirectories
5858
if: steps.detect-changes.outputs.changed_subdirs != ''
5959
env:
60-
MODEL: gpt-4o
60+
MODEL: gpt-5
6161
CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }}
6262
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
CHANGED_SUBDIRS: ${{ steps.detect-changes.outputs.changed_subdirs }}

0 commit comments

Comments
 (0)