This library will contain material for the book 'Designing Large Language Model Applications', along with a collection of tools and utils for working with LLMs, that is used across our projects. Full version launching on July 1! Apologies for the delay and thank you for your patience.
For contributing to LLM Playbooks, we highly suggest installing the provided pre-commit hooks to help with code cleaning. Again, we suggest installing using pipx:
pipx install pre-commitThen, install the hooks by running
pre-commit installfrom this directory.