This repository was archived by the owner on Mar 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- # ChatGPT based PR reviewer and summarizer
1
+ # ChatGPT- based PR reviewer and summarizer
2
2
3
3
![ AI] ( ./docs/images/ai.png )
4
4
@@ -10,6 +10,16 @@ been tuned for a concise response. To prevent excessive notifications, this
10
10
action can be configured to skip adding review comments when the changes look
11
11
good for the most part.
12
12
13
+ NOTES:
14
+
15
+ - Your code (files, diff, PR title/description) will be sent to OpenAI's servers
16
+ for processing. Please check with your compliance team before using this on
17
+ your private code repositories.
18
+ - OpenAI's API is used instead of ChatGPT session on their portal. OpenAI API
19
+ has a
20
+ [ more conservative data usage policy] ( https://openai.com/policies/api-data-usage-policies )
21
+ compared to ChatGPT.
22
+
13
23
### Features
14
24
15
25
- Code review your pull requests
@@ -78,7 +88,6 @@ See also: [./action.yml](./action.yml)
78
88
79
89
- `debug` : Enable debug mode, will show messages and responses between ChatGPT
80
90
server in CI logs.
81
- - `chatgpt_reverse_proxy` : The URL of the ChatGPT reverse proxy
82
91
- `review_comment_lgtm` : Leave comments even the patch is LGTM
83
92
- `path_filters` : Rules to filter files to be reviewed.
84
93
- `temperature` : Temperature of the GPT-3 model.
You can’t perform that action at this time.
0 commit comments