We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955f234 commit 18183a9Copy full SHA for 18183a9
.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-5.4
+ GITHUB_MODEL: openai/gpt-4.1
33
run: |
34
python repo_architect.py
0 commit comments