1
0
Fork 0
mirror of https://gitlab.com/niansa/llama_any_server.git synced 2025-03-06 20:53:35 +01:00

Added readme

This commit is contained in:
niansa/tuxifan 2023-04-18 05:54:46 +02:00
parent eb789ffd8b
commit ddd9c16778

12
README.md Normal file
View file

@ -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!