We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3756d0c commit 955f234Copy full SHA for 955f234
.github/workflows/repo-architect.yml
@@ -29,6 +29,6 @@ jobs:
29
GITHUB_TOKEN: ${{ github.token }}
30
GITHUB_REPO: ${{ github.repository }}
31
GITHUB_BASE_BRANCH: ${{ github.event.repository.default_branch }}
32
- GITHUB_MODEL: openai/gpt-4.1
+ GITHUB_MODEL: openai/gpt-5.4
33
run: |
34
python repo_architect.py
0 commit comments