Compare commits

...

3 Commits

Author SHA1 Message Date
Shaki
71c8bed894
Merge 364bdacc43 into 861113221d 2024-01-31 20:12:36 -08:00
pluja
861113221d
Add LMStudio to Chatgpt alternatives 2024-01-31 21:12:19 +01:00
Shaki
364bdacc43
Update README.md 2023-03-28 10:59:01 +01:00

View File

@ -233,8 +233,9 @@ When using cloud-based AI services, the data you input is often collected and st
#### ChatGPT #### ChatGPT
- [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.
- [ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally. - [LMStudio](https://lmstudio.ai/) - Run LLMs on your laptop, entirely offline with a beautiful UI.
- [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.
- [ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally.
#### Copilot #### Copilot
@ -339,6 +340,7 @@ Opt for open-source and P2P alternatives that prioritize data privacy, eliminate
<img width="16" src="misc/check.png"> </img> Instead use <img width="16" src="misc/check.png"> </img> Instead use
- [Appwrite](https://appwrite.io/) - Secure open-source backend server for web, mobile & Flutter developers. - [Appwrite](https://appwrite.io/) - Secure open-source backend server for web, mobile & Flutter developers.
- [Supabase](https://supabase.io/) - Open source Firebase alternative ([Limited](https://github.com/supabase/supabase/issues/4934) [self-hosting](https://github.com/supabase/supabase/issues/4440#issuecomment-992108832)) - [Supabase](https://supabase.io/) - Open source Firebase alternative ([Limited](https://github.com/supabase/supabase/issues/4934) [self-hosting](https://github.com/supabase/supabase/issues/4440#issuecomment-992108832))
- [Polybase](https://polybase.xyz) - A database that understands tokens, wallets & ZK. An open-source decentralized alternative to Firebase. ([docs](https://github.com/polybase/docs)
- [Pocketbase](https://pocketbase.io/) - Open Source backend in 1 file written in Go. - [Pocketbase](https://pocketbase.io/) - Open Source backend in 1 file written in Go.
- [CondensationDB](https://github.com/CondensationDB/Condensation) [Inactive] - Condensation is an open-source zero trust, distributed database enabling to build modern applications while ensuring data ownership and security. - [CondensationDB](https://github.com/CondensationDB/Condensation) [Inactive] - Condensation is an open-source zero trust, distributed database enabling to build modern applications while ensuring data ownership and security.