/lmchat-tui

A TUI based LLM chat interface

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

lmchat-tui

Demo

demo.mp4

Install

Via stack

First, install the Haskell tool stack. Then run the following commands:

git clone https://github.com/skiars/lmchat-tui.git
cd lmchat-tui
stack install

Finally, copy config/config.yaml to the configuration directory (e.g., ~/.config/lmchat/config.yaml) and edit it as needed.