Files
gf-lt/README.md
2025-06-10 12:05:04 +03:00

24 lines
563 B
Markdown

### 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 <url>
cd gf-lt
make
```
#### setting up config