summaryrefslogtreecommitdiff
path: root/README.md
blob: 59ad83b027946fb9465984534987ae59efcfbcf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
### gf-lt (grail finder's llm tui)
Terminal program to chat with llm.

#### Has/Supports
- character card spec;
- 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/ex01.png)

#### how to install
clone the project
```
cd gf-lt
make
```

#### setting up config
```
cp config.example.toml config.toml
```
set values as you need them to be.