Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@dmitry-markin dmitry-markin released this 30 Nov 15:49
v0.4.0
ad4f600

[0.4.0] - 2024-11-30

This release adds min_history_tokens context window rolling strategy. It can be handy to keep the last big response in the context. Additionally, the API now provides token usage info.

Added

  • Extend API to report tokens used (#8)
  • Add min_history_tokens rolling context window strategy (#7)

Fixed

  • Fix loading config file passed as CLI option (commit)
  • Remove impossible Error::NoTokenizer and update docs (commit)