From 8902893f6ee5ff43738cb8bed1b578adf0c2cd26 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 10 Jun 2025 12:04:11 +0300 Subject: Chore: add readme --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4925eda..56a4d32 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ -#### tui with middleware for LLM use +### gf-lt (grail finder's llm tui) +Terminal program to chat with llm. + +#### Has/Supports +- card protocol; +- /completion (fill) and openai's /v1/chat/completion (chat); +- llama.cpp api, deepseek (other ones were not tested); +- showing images (not really, for now only if your char card is png it could show it); +- tts/sst (if whisper.cpp server / fastapi tts server are provided); + +#### usage examples +[!usage example](assets/usage_ex_01.png) +place a gif here +and/or link to video + +#### how to install +``` +git clone +cd gf-lt +make +``` + +#### setting up config -- cgit v1.2.3