Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
Signed-off-by: fria <[email protected]>
  • Loading branch information
friadev authored Nov 19, 2024
1 parent 69f3b45 commit 41d4b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ai-chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Since the release of ChatGPT in 2022, interactions with Large Language Models (L

## Privacy Concerns About LLMs

Data used to train AI models, however, include a massive amount of publicly available data scraped from the web, which can include sensitive information like names and addresses. Developers of cloud-based AI software often [collect your inputs](https://openai.com/policies/row-privacy-policy/), meaning your chats are not private from them. This practice also introduces a risk of data breaches. Furthermore, there is a real possibility that an LLM will leak your private chat information in future conversations with other users.
Data used to train AI models, however, includes a massive amount of publicly available data scraped from the web, which can include sensitive information like names and addresses. Cloud-based AI software often [collects your inputs](https://openai.com/policies/row-privacy-policy/), meaning your chats are not private from them. This practice also introduces a risk of data breaches. Furthermore, there is a real possibility that an LLM will leak your private chat information in future conversations with other users.

If you are concerned about these practices, you can either refuse to use AI, or use [truly open-source models](https://proton.me/blog/how-to-build-privacy-first-ai) which publicly release and allow you to inspect their training datasets. One such model is [OLMoE](https://allenai.org/blog/olmoe-an-open-small-and-state-of-the-art-mixture-of-experts-model-c258432d0514) made by [Ai2](https://allenai.org/open-data).

Expand Down

0 comments on commit 41d4b80

Please sign in to comment.