From 131285944f723d9b661898c8bf45a554d363893e Mon Sep 17 00:00:00 2001 From: David Mayboroda Date: Tue, 4 Mar 2025 07:37:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 951ec90..cd6788a 100644 --- a/README.md +++ b/README.md @@ -508,6 +508,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [KoboldCpp](https://github.com/LostRuins/koboldcpp) is an easy-to-use AI text-generation software for GGML models. It's a single self contained distributable from Concedo, that builds off llama.cpp, and adds a versatile Kobold API endpoint, additional format support, backward compatibility, as well as a fancy UI with persistent stories, editing tools, save formats, memory, world info, author's note, characters, and scenarios. +[Minima](https://github.com/dmayboroda/minima) is a configurable conversational RAG system that runs LLM locally and on-premises using containers. + ### ChatGPT [Back to the Top](#table-of-contents)