Paul Harrison
618423c0e8
The ChatFake object used in CLI tests never gets a `conversation` attribute defined. This resulted in multiple tests failing since the `save_conversation` function accessed the `name` attribute via `current_chat.conversation.name`. This was resolved by adding a `name` property to the `Chat` class, which can be easily faked in tests. Additionally, formatting was fixed. |
||
---|---|---|
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.