Skip to content

Commit

Permalink
add features paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Sep 29, 2024
1 parent 3f770f1 commit 3e9fed8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ Docs are available [here](https://masci.github.io/banks/).
pip install banks
```

## Features

Prompts are instrumental for the success of any LLM application, and Banks focuses around specific areas of their
lifecycle:
- **Templating**: Banks provides tools and functions to build prompts text from generic blueprints.
- **Versioning and metadata**: Banks supports attaching metadata to prompts to ease their management, and versioning is
first-class citizen.
- **Management**: Banks provides ways to store prompts on disk along with their metadata.

## Examples

### Create a blog writing prompt
Expand Down

0 comments on commit 3e9fed8

Please sign in to comment.