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 May 10!
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-commit
Then, install the hooks by running
pre-commit install
from this directory.