Releases: masci/banks
Releases · masci/banks
v2.1.1
v2.1.0
What's Changed
- Support string as input for DirectoryPromptRegistry and FilePromptRegistry and documentation correction by @AstraBert in #44
- improve content block regex by @logan-markewich in #47
New Contributors
- @AstraBert made their first contribution in #44
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- feat: add
variables
property to the Prompt class by @masci in #39 - fix: make image filter work outside
{% chat %}
blocks by @masci in #38 - [breaking] fix deps again by @logan-markewich in #40
- feat: add audio block to chat messages by @masci in #41
- feat: add audio filter by @masci in #42
Full Changelog: v1.8.0...v2.0.0
v1.8.0
What's Changed
- feat: re-introduce support for Python 3.9 by @masci in #37
- feat: Make litellm and redis optional dependencies, adding
minimal
extra install option by @logan-markewich in #33
New Contributors
- @logan-markewich made their first contribution in #33
Full Changelog: v1.7.1...v1.8.0
v1.7.1
v1.7.0
What's Changed
- Added assistant support to banks for few shot learning by @ArmykOliva in #31
New Contributors
- @ArmykOliva made their first contribution in #31
Full Changelog: v1.6.1...v1.7.0
v1.6.1
v1.6.0
v1.5.0
What's Changed
- feat: Add Redis prompt registry by @masci in #21
- feat: Add
image
tag filter to support images within a prompt for vision models by @masci in #22 - feat: remove deprecated extension
HFInferenceEndpointsExtension
by @masci in #23 - fix: adjust to latest litellm changes by @masci in #26
- fix colab link in recipe by @masci in #27
Full Changelog: v1.4.0...v1.5.0