Go to file
Paul Harrison 8c17d4165a Store conversation history on session end
At the end of each sesssion the conversation is stored to a directory
(defaulting to `.history` in the currrent working directory) as a JSON
object. Note, the session must be ended by sending the quit message (/q)
for the conversation to be saved. Ctrl+C will not work.
2023-08-24 18:22:15 +01:00
src/llm_chat Store conversation history on session end 2023-08-24 18:22:15 +01:00
tests Store conversation history on session end 2023-08-24 18:22:15 +01:00
.gitignore Store conversation history on session end 2023-08-24 18:22:15 +01:00
LICENSE Initial commit 2023-08-13 19:53:05 +01:00
Makefile Add linting checks and code formatting 2023-08-16 10:10:06 +01:00
README.md Initial commit 2023-08-13 19:53:05 +01:00
poetry.lock Implement basic command line interface 2023-08-22 10:02:02 +01:00
pyproject.toml Store conversation history on session end 2023-08-24 18:22:15 +01:00

README.md

LLM Chat

A general CLI interface for large language models.