Skip to content

Commit

Permalink
fix(open-pr-describer.yml): update model from 'gtp-4' to 'gtp-4o' to …
Browse files Browse the repository at this point in the history
…use the latest version of the model for better performance
  • Loading branch information
MrHinsh committed Jul 21, 2024
1 parent 44aab96 commit df12ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-pr-describer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: Ant0wan/openai-pr@v1
with:
api-key: ${{ secrets.OPENAI_API_KEY }}
model: "gtp-4"
model: "gtp-4o"
template: |
## Description
Expand Down

0 comments on commit df12ab0

Please sign in to comment.