Skip to content

Commit

Permalink
docs: disclamer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Magino committed Jan 18, 2024
1 parent 8b81839 commit 13ab838
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ By default it assume you will use OPENAI so no need to specify `openai_base_url`
`openai_light_model` and `openai_heavy_model` unless you want to use something else
like Mistral where you should specify those values:

```yaml

For more information on usage, examples, contributing, and
FAQs, you can refer to the sections below.
Expand Down Expand Up @@ -93,8 +92,6 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
debug: false
review_simple_changes: true
review_comment_lgtm: true
```
### If you prefer MistralAI
Expand Down Expand Up @@ -129,8 +126,6 @@ jobs:
OPENAI_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
with:
debug: false
review_simple_changes: true
review_comment_lgtm: true
openai_base_url: "https://api.mistral.ai/v1"
openai_light_model: "mistral-tiny"
openai_heavy_model: "mistral-small"
Expand Down Expand Up @@ -301,8 +296,6 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
debug: false
review_simple_changes: false
review_comment_lgtm: false
```

See also:
Expand All @@ -315,11 +308,9 @@ messages

### Disclaimer

- Your code (files, diff, PR title/description) will be sent to OpenAI's servers
for processing. Please check with your compliance team before using this on
- Your code (files, diff, PR title/description) will be sent to your AI API's servers
for processing. Please check with your privacy policy before using this on
your private code repositories.
- OpenAI's API is used instead of ChatGPT session on their portal. OpenAI API
has a
[more conservative data usage policy](https://openai.com/policies/api-data-usage-policies)
compared to their ChatGPT offering.
- This action is not affiliated with OpenAI.
- Regarding which API you are using check OpenAI API [specific data usage policy](https://openai.com/policies/api-data-usage-policies)
or MistralAI API [specific data usage policy](https://mistral.ai/privacy-policy/).
- This action is not affiliated with OpenAI or Mistral AI.

0 comments on commit 13ab838

Please sign in to comment.