From 1b43966c4874b36715499ecac725c6f014b634fd Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 16 Jun 2024 20:27:37 +0200 Subject: [PATCH] Update README.md Signed-off-by: Ettore Di Giacinto --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0408d29fc13..380fd6b677c 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-cpu [Roadmap](https://github.com/mudler/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3Aroadmap) +- 🆕 You can browse now the model gallery without LocalAI! Check out https://models.localai.io - 🔥🔥 Decentralized llama.cpp: https://github.com/mudler/LocalAI/pull/2343 (peer2peer llama.cpp!) 👉 Docs https://localai.io/features/distribute/ - 🔥🔥 Openvoice: https://github.com/mudler/LocalAI/pull/2334 - 🆕 Function calls without grammars and mixed mode: https://github.com/mudler/LocalAI/pull/2328