Skip to content

Commit

Permalink
Update chatgpt-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq89 authored Oct 9, 2024
1 parent 00dc50e commit 78d2c52
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/chatgpt-review.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: ChatGPT Review

on: [pull_request]


jobs:
chatgpt-review:
name: ChatGPT Review
Expand All @@ -15,8 +12,8 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# OPENAI_API_BASE: ${{ secrets.OPENAI_API_BASE }}
# Optional configurations:
# with:
with:
# model: "gpt-3.5-turbo"
# temperature: 0.2
# review_per_file: true
comment_per_file: true
comment_per_file: true

0 comments on commit 78d2c52

Please sign in to comment.