Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 740 Bytes

File metadata and controls

29 lines (14 loc) · 740 Bytes

LLM Playbooks

Repository

The llm_playbooks library

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.

Pre-commit

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.