Skip to content

Commit

Permalink
upate TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Sep 29, 2024
1 parent 3e9fed8 commit 0af7061
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Docs are available [here](https://masci.github.io/banks/).

- [banks](#banks)
- [Installation](#installation)
- [Features](#features)
- [Examples](#examples)
- [Create a blog writing prompt](#create-a-blog-writing-prompt)
- [Create a summarizer prompt](#create-a-summarizer-prompt)
Expand All @@ -44,10 +45,10 @@ pip install banks

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
- :blue_book: **Templating**: Banks provides tools and functions to build prompts text from generic blueprints.
- :tickets: **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.
- :file_cabinet: **Management**: Banks provides ways to store prompts on disk along with their metadata.

## Examples

Expand Down

0 comments on commit 0af7061

Please sign in to comment.