Skip to content

Commit

Permalink
fix: change gpt model naming (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuHyun419 authored Dec 17, 2024
1 parent d0d8f7d commit 263dc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
uses: mattzcarey/[email protected]
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
MODEL: 'gpt-4o-mini' # reference: https://platform.openai.com/settings/organization/limits
GITHUB_TOKEN: ${{ github.token }}
```

0 comments on commit 263dc3d

Please sign in to comment.