Go to file
Paul Harrison 2cd623e960 Optionally provide context files to chat session
This commit enables the user to provide one or more text files as
context for their chat session. These will be provided as system
messages to OpenAI's API, one message per file.
2023-08-23 09:35:33 +01:00
src/llm_chat Optionally provide context files to chat session 2023-08-23 09:35:33 +01:00
tests Optionally provide context files to chat session 2023-08-23 09:35:33 +01:00
.gitignore Initial commit 2023-08-13 19:53:05 +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 Optionally provide context files to chat session 2023-08-23 09:35:33 +01:00

README.md

LLM Chat

A general CLI interface for large language models.