Skip to content

Releases: AnswerDotAI/lisette

v0.0.29

11 Jan 00:01

Choose a tag to compare

New Features

  • Add extra_headers parameter to Chat (#86), thanks to @benreeve1984
    • Use case: Corporate API gateways and proxies can require custom authentication headers (e.g., api-key) rather than standard Bearer token auth
  • display generated imgs (#84), thanks to @RensDimmendaal

Bugs Squashed

  • Upgrade litellm to >1.80.5 (#64)
    • There is a web search requests usage related fix in beyond this release.

v0.0.28

06 Jan 01:27

Choose a tag to compare

New Features

  • Add StreamFormatter (#83)
  • add tc name in details (#80), thanks to @ncoop57

v0.0.27

05 Jan 06:21

Choose a tag to compare

Bugs Squashed

  • Missing json prefix (#82)

v0.0.26

05 Jan 06:14

Choose a tag to compare

New Features

  • Add tool params to summary (#81)
  • add tc name in details (#80), thanks to @ncoop57

v0.0.25

01 Jan 20:00

Choose a tag to compare

Bugs Squashed

v0.0.24

23 Dec 08:32

Choose a tag to compare

Bugs Squashed

v0.0.23

19 Dec 04:49

Choose a tag to compare

New Features

  • Add debug flag to AsyncStreamFormatter (#75)

v0.0.22

19 Dec 03:49

Choose a tag to compare

New Features

v0.0.21

16 Dec 05:22

Choose a tag to compare

New Features

v0.0.20

14 Dec 23:53

Choose a tag to compare

New Features

  • Automatically handle context length issues in tool loop (#68)
  • Gemini multimodal support (#53), thanks to @KeremTurgutlu