From 550ae9c968fda694efb3914d21d400053bbd1248 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 22 Apr 2023 00:46:17 +0200 Subject: [PATCH] docs: add Discord channel link (#59) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8591fc7..ec547b3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ LocalAI is a straightforward, drop-in replacement API compatible with OpenAI for - Support for prompt templates - Doesn't shell-out, but uses C bindings for a faster inference and better performance. Uses [go-llama.cpp](https://github.com/go-skynet/go-llama.cpp) and [go-gpt4all-j.cpp](https://github.com/go-skynet/go-gpt4all-j.cpp). +Discord channel: [Discord](https://discord.gg/uJAeKSAGDy) + ## Model compatibility It is compatible with the models supported by [llama.cpp](https://github.com/ggerganov/llama.cpp) supports also [GPT4ALL-J](https://github.com/nomic-ai/gpt4all) and [cerebras-GPT with ggml](https://huggingface.co/lxe/Cerebras-GPT-2.7B-Alpaca-SP-ggml).