Skip to content

Releases: masci/banks

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

v1.3.0

12 Oct 16:54
158720f
Compare
Choose a tag to compare

What's Changed

  • feat: add completion extension by @masci in #19

Full Changelog: v1.2.1...v1.3.0

v1.2.1

07 Oct 06:54
f7bc694
Compare
Choose a tag to compare

What's Changed

  • fix: return a single chat message instead of an empty list when template has no {% chat %} tags by @masci in #18

Full Changelog: v1.2.0...v1.2.1

v1.2.0

06 Oct 10:59
edd9407
Compare
Choose a tag to compare

What's Changed

  • fix: re-add Python 3.10 support by @masci in #17

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Oct 08:25
a51be5e
Compare
Choose a tag to compare

What's Changed

  • feat: add cache_control filter to support prompt caching in Anthropic by @masci in #16

Full Changelog: v1.0.0...v1.1.0

v1.0.0

03 Oct 07:26
8a74172
Compare
Choose a tag to compare

What's Changed

  • feat: add meta and version to the Prompt class by @masci in #12
  • feat: add name field to Prompt by @masci in #13
  • refact: new registry api by @masci in #14
  • feat: Add support for chat messages via custom tag {% chat %} by @masci in #15

Full Changelog: v0.6.0...v1.0.0

v0.6.0

07 Sep 06:48
f6dc540
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

15 Aug 08:43
0ded5a5
Compare
Choose a tag to compare

What's Changed

  • feat: cache prompt rendering by @masci in #4
  • Added CITATION.cff by @mayankjobanputra in #5
  • feat: Introduce prompt registry, support versioning in Prompt.from_template by @masci in #6
  • fix python supported versions and added a check for : in template name by @mayankjobanputra in #7
  • Create a global config object by @masci in #8
  • Remove from_template and add Directory Registry by @masci in #9
  • Apply linting changes by @masci in #10

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

03 May 07:32
bd6c087
Compare
Choose a tag to compare

What's Changed

  • fix: Fix a regression in the generate extension. by @masci in #3

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 May 07:24
2b1e924
Compare
Choose a tag to compare

What's Changed

  • feat: Add canary word support by @masci in #2

New Contributors

  • @masci made their first contribution in #2

Full Changelog: v0.3.1...v0.4.0