Skip to content

Commit

Permalink
Specify gpt-4-1106-preview as the model for code-butler
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchi2501 committed Dec 13, 2023
1 parent 99ba372 commit 70fe2f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-butler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
cmd: review
model: gpt-4-1106-preview
chat:
if: startsWith(github.event.comment.body, '/chat')
runs-on: ubuntu-latest
Expand All @@ -27,4 +28,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
cmd: chat
model: gpt-4-1106-preview
comment_body: ${{ github.event.comment.body }}

0 comments on commit 70fe2f3

Please sign in to comment.