Add Blindfold: PII protection for cloud AI services
This commit is contained in:
parent
dea19c4f23
commit
213d873c2d
|
|
@ -256,6 +256,7 @@ When using cloud-based AI services, the data you input is often collected and st
|
||||||
|
|
||||||
#### ChatGPT
|
#### ChatGPT
|
||||||
|
|
||||||
|
- [Blindfold](https://blindfold.dev) - PII detection and protection API that strips personal data (names, emails, phones, addresses) from prompts before they reach cloud LLM providers. Supports 18+ languages with tokenization, redaction, and encryption. SDKs for Python and Node.js.
|
||||||
- [Jan](https://github.com/janhq/jan) - Jan is an open source alternative to ChatGPT that runs 100% offline on your computer.
|
- [Jan](https://github.com/janhq/jan) - Jan is an open source alternative to ChatGPT that runs 100% offline on your computer.
|
||||||
- [llama.cpp](https://github.com/ggerganov/llama.cpp) - Inference of Facebook's LLaMA model in pure C/C++ so it can run locally on a CPU.
|
- [llama.cpp](https://github.com/ggerganov/llama.cpp) - Inference of Facebook's LLaMA model in pure C/C++ so it can run locally on a CPU.
|
||||||
- [LocalAI](https://github.com/go-skynet/LocalAI) - Self-hosted, community-driven simple local OpenAI-compatible API written in go. Can be used as a drop-in replacement for OpenAI, running on CPU with consumer-grade hardware.
|
- [LocalAI](https://github.com/go-skynet/LocalAI) - Self-hosted, community-driven simple local OpenAI-compatible API written in go. Can be used as a drop-in replacement for OpenAI, running on CPU with consumer-grade hardware.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue