Skip to content

Commit

Permalink
bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jun 2, 2024
1 parent f92ad20 commit 3c3e999
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ are replaced by actual data provided by the user.

Banks currently supports all the [features from Jinja2](https://jinja.palletsprojects.com/en/3.1.x/templates/#jinja-filters.truncate)
along with some additions specifically designed to help developers with LLM prompts:

* [Filters](prompt.md#filters): useful to manipulate the prompt text during template rendering.
* [Extensions](prompt.md#extensions): useful to support custom functions (e.g. text generation via LiteLLM).
* [Macros](prompt.md#macros): useful to implement complex logic in the template itself instead of Python code.

The library comes with its own set of features:

* [Template registry](registry.md): storage API for versioned prompts.
* [Configuration](config.md): useful to integrate the library with existing applications.

Expand Down

0 comments on commit 3c3e999

Please sign in to comment.