mirror of
https://github.com/Laurent2916/nio-llm.git
synced 2024-11-09 15:02:03 +00:00
.vscode | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
docker-compose.yml | ||
LICENSE | ||
poetry.lock | ||
poetry.toml | ||
pyproject.toml | ||
README.md |
Nio LLM
You own little LLM in your matrix chatroom.
Usage
This project is split in two parts: the client and the server.
The server simply downloads an LLM and starts a llama-cpp-python server (which mimics an openai server).
The client connects to the matrix server and queries the llama-cpp-python server to create matrix messages.