You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
</p>
22
22
23
23
> :bulb: Get help - [❓FAQ](https://localai.io/faq/)[💭Discussions](https://github.com/go-skynet/LocalAI/discussions)[:speech_balloon: Discord](https://discord.gg/uJAeKSAGDy)[:book: Documentation website](https://localai.io/)
<imgsrc="https://img.shields.io/twitter/follow/_LocalAI?label=Share Repo on Twitter&style=social"alt="Follow _LocalAI"/></a>
57
+
<imgsrc="https://img.shields.io/twitter/follow/_LocalAI?label=Share Repo on Twitter&style=social"alt="Follow _LocalAI"/></a>
58
58
<ahref="https://t.me/share/url?text=Check%20this%20GitHub%20repository%20out.%20LocalAI%20-%20Let%27s%20you%20easily%20run%20LLM%20locally.&url=https://github.com/go-skynet/LocalAI"target="_blank"><imgsrc="https://img.shields.io/twitter/url?label=Telegram&logo=Telegram&style=social&url=https://github.com/go-skynet/LocalAI"alt="Share on Telegram"/></a>
- Local, OpenAI drop-in alternative REST API. You own your data.
87
87
- NO GPU required. NO Internet access is required either
88
-
- Optional, GPU Acceleration is available in `llama.cpp`-compatible LLMs. See also the [build section](https://localai.io/basics/build/index.html).
88
+
- Optional, GPU Acceleration is available in `llama.cpp`-compatible LLMs. See also the [build section](https://localai.io/basics/build/index.html).
89
89
- Supports multiple models
90
90
- 🏃 Once loaded the first time, it keep models loaded in memory for faster inference
91
91
- ⚡ Doesn't shell-out, but uses C++ bindings for a faster inference and better performance.
92
92
93
-
LocalAI was created by [Ettore Di Giacinto](https://github.com/mudler/) and is a community-driven project, focused on making the AI accessible to anyone. Any contribution, feedback and PR is welcome!
93
+
LocalAI was created by [Ettore Di Giacinto](https://github.com/mudler/) and is a community-driven project, focused on making the AI accessible to anyone. Any contribution, feedback and PR is welcome!
94
94
95
95
Note that this started just as a [fun weekend project](https://localai.io/#backstory) in order to try to create the necessary pieces for a full AI assistant like `ChatGPT`: the community is growing fast and we are working hard to make it better and more stable. If you want to help, please consider contributing (see below)!
96
96
@@ -112,6 +112,9 @@ Check out the [Getting started](https://localai.io/basics/getting_started/index.
0 commit comments