Skip to content

mina-parham/llm-playbooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Playbooks

Repository

The llm_playbooks library

This library contains a collection of tools and utils for working with LLMs, that is used across our projects.

projects

This folder contains individual subdirectories for each project related to LLM Playbooks. The content of each subdirectory is loosely organized, e.g.

Setup

Poetry

We will use poetry extensively to manage dependencies. There are several installation methods, e.g. using pipx,

pipx install poetry

For an example of how to install the llm_playbook library alone, create any Python environment and simply run

poetry install

from this directory. For instructions on how to create Poetry projects for local experimentation, see projects/hello_poetry.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%