Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit e230035

Browse files
authored
Add data usage disclaimer (#19)
1 parent c3e49fd commit e230035

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ChatGPT based PR reviewer and summarizer
1+
# ChatGPT-based PR reviewer and summarizer
22

33
![AI](./docs/images/ai.png)
44

@@ -10,6 +10,16 @@ been tuned for a concise response. To prevent excessive notifications, this
1010
action can be configured to skip adding review comments when the changes look
1111
good for the most part.
1212

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+
1323
### Features
1424

1525
- Code review your pull requests
@@ -78,7 +88,6 @@ See also: [./action.yml](./action.yml)
7888

7989
- `debug`: Enable debug mode, will show messages and responses between ChatGPT
8090
server in CI logs.
81-
- `chatgpt_reverse_proxy`: The URL of the ChatGPT reverse proxy
8291
- `review_comment_lgtm`: Leave comments even the patch is LGTM
8392
- `path_filters`: Rules to filter files to be reviewed.
8493
- `temperature`: Temperature of the GPT-3 model.

0 commit comments

Comments
 (0)