From ddd9c16778cf9f7941b02be17e23a6de1cb930ba Mon Sep 17 00:00:00 2001 From: niansa Date: Tue, 18 Apr 2023 05:54:46 +0200 Subject: [PATCH] Added readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a42ac08 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# llama.any server +This is a server for the llama.any protocol. + +## Clients + - **llama.any:** (CLI) https://gitlab.com/niansa/llama.any + - **llama.nds:** (GUI) https://gitlab.com/niansa/llama.nds + +## Building and use + 1. Install a recent version of boost asio and CMake, as well as a recent C++ compiler + 2. Obtain the gpt4all unfiltered llama model + 3. Use CMake to configure and build the project + 4. Enjoy!