Skip to content

Releases: masci/banks

v2.1.1

31 Mar 15:42
147ef52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

29 Mar 08:38
1c6f5d3
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.1.0

v2.0.0

22 Mar 14:50
99dc27d
Compare
Choose a tag to compare

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

14 Mar 17:35
b9b3b70
Compare
Choose a tag to compare

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

Full Changelog: v1.7.1...v1.8.0

v1.7.1

01 Mar 14:34
ab03fe4
Compare
Choose a tag to compare

What's Changed

  • fix: fix interleaved blocks in chat messages by @masci in #32

Full Changelog: v1.7.0...v1.7.1

v1.7.0

03 Feb 12:20
d3f449a
Compare
Choose a tag to compare

What's Changed

  • Added assistant support to banks for few shot learning by @ArmykOliva in #31

New Contributors

Full Changelog: v1.6.1...v1.7.0

v1.6.1

31 Dec 14:15
0db010e
Compare
Choose a tag to compare

What's Changed

  • fix: support xml tags inside chat messages by @masci in #30

Full Changelog: v1.6.0...v1.6.1

v1.6.0

01 Dec 18:13
dda0487
Compare
Choose a tag to compare

What's Changed

  • chore: remove deprecated 'generate' and 'run_prompt' by @masci in #28
  • fix: fix function calling with the latest litellm version by @masci in #29

Full Changelog: v1.5.0...v1.6.0

v1.5.0

25 Nov 20:39
1a013c5
Compare
Choose a tag to compare

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

v1.4.0

17 Oct 08:23
Compare
Choose a tag to compare

What's Changed

  • feat: Add function calling from {% completion %} by @masci in #20

Full Changelog: v1.3.0...v1.4.0