GitXplorerGitXplorer
L

nio-llm

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
ee6c165268850bdece8dfced72faec932b851a35

♻️ switch from click to jsonargparse

LLaurent2916 committed 2 years ago
Verified
a7dd021c4c1ce59d3798f50a0040d7a9480b3036

🧑‍💻 set PYTHONPATH in vscode integrated terminal

LLaurent2916 committed 2 years ago
Verified
a2f75c3888e12995544068edeb934baa7c87d4b5

🔧 configure pydocstyle convention to google's

LLaurent2916 committed 2 years ago
Verified
1d8a6bc573e334bb0ea8202f09f077dca7e18c5b

♻️ move _main function to internal client method

LLaurent2916 committed 2 years ago
Verified
38c0249ea9efe251e5b59411ff8aba1994b2418c

♻️ move ggml attributes to click options

LLaurent2916 committed 2 years ago
Verified
012d6e0eaf66d3a0ba5989c3615c65c519293771

🐛 ignore messages comming from threads

LLaurent2916 committed 2 years ago

README

The README file for this repository.

Nio LLM

GitHub Code style: black Ruff

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.

Special thanks