Skip to content

Commit

Permalink
again!
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapaglia committed Dec 16, 2023
1 parent f14e798 commit 1360ba7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/chatgpt-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
name: ChatGPT explain code
steps:
uses: cirolini/[email protected]
with:
- name: ChatGTP explain code
openai_api_key: ${{ secrets.OPENAI_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_pr_id: ${{ github.event.number }}
openai_engine: "text-davinci-002"
mode: file
- name: ChatGTP explain code
uses: cirolini/[email protected]
with:
openai_api_key: ${{ secrets.OPENAI_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_pr_id: ${{ github.event.number }}
openai_engine: "text-davinci-002"
mode: file

0 comments on commit 1360ba7

Please sign in to comment.