Add LocalAI

This commit is contained in:
pluja 2023-04-21 16:38:55 +02:00 committed by GitHub
parent 8d20054c7d
commit 1abb805c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ When using cloud-based AI services, the data you input is often collected and st
#### 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.
- [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.
#### Copilot