Go to file
Paul Harrison 0015ae4bff Add linting checks and code formatting
Linting checks are performed using Ruff, Mypy, and Pydocstyle. Code
formatting is performed using Black and Isort. A Makefile is also added
with linting and formatting commands for convenience.
2023-08-16 10:10:06 +01:00
src/llm_chat Add linting checks and code formatting 2023-08-16 10:10:06 +01:00
tests Add linting checks and code formatting 2023-08-16 10:10:06 +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 Add linting checks and code formatting 2023-08-16 10:10:06 +01:00
pyproject.toml Add linting checks and code formatting 2023-08-16 10:10:06 +01:00

README.md

LLM Chat

A general CLI interface for large language models.