llm-chat/tests
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
..
__init__.py Initial commit 2023-08-13 19:53:05 +01:00
conftest.py Add linting checks and code formatting 2023-08-16 10:10:06 +01:00
test_chat.py Add linting checks and code formatting 2023-08-16 10:10:06 +01:00
test_cli.py Optionally provide context files to chat session 2023-08-23 09:35:33 +01:00