Skip to content

Commit

Permalink
Merge branch 'master' into track
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie committed Apr 3, 2023
2 parents b03083c + b8f1974 commit 4d6aca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chatgpt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
name: ChatGPT Code Review
runs-on: ubuntu-latest
steps:
- uses: fitomad/github-chatgpt-integration@main
- uses: xianhuawei/github-chatgpt-integration@main
with:
openai-api-key: ${{ secrets.OPENAI_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
github-pr-id: ${{ github.event.number }}
dev-lang: Go
openai-max-tokens: 4096
openai-max-tokens: 3072
#openai-engine: "code-davinci-002" # "gpt-4"

#exclude-dir: ""

0 comments on commit 4d6aca1

Please sign in to comment.