Skip to content

Releases: osl-incubator/github-actions-chatgpt-pr-reviewer

1.0.4

11 Jan 12:43
cffa0c0
Compare
Choose a tag to compare
feat: Update to 'gpt-4.0-turbo' version (#6)

* chore(chatgpt-reviewer): Change to 'gpt-4.0-turbo' version

* fix: Update model name to align with API requirements

1.0.3

31 May 01:15
e85e50b
Compare
Choose a tag to compare

Add extra criteria input that will be used by ChatGPT in order to tune the initial instructions for the review.

1.0.2

30 May 16:13
a055417
Compare
Choose a tag to compare

The current github action is not work on outside in other github actions.
This changes propose to move to docker approach and hope it will fix the problem mentioned above.

1.0.1

30 May 13:58
908dc60
Compare
Choose a tag to compare

Fix the dependencies installation from outside.

1.0.0

30 May 13:43
74d0829
Compare
Choose a tag to compare
feat: Add real implementation with data from the PR (#1)