Paul Harrison
7cbde55aac
Implements a basic CLI using Typer, Rich, and Prompt Toolkit. I couldn't work out how to propoerly mock/fake the Rich console or the prompt session from Prompt Toolkit, so I created dummy functions to work around them and just test the basic application flow rather than user inputs and outputs to the terminal. |
||
---|---|---|
src/llm_chat | ||
tests | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
poetry.lock | ||
pyproject.toml |
README.md
LLM Chat
A general CLI interface for large language models.