Skip to content

Releases: npiv/chatblade

v0.2.3

19 Apr 05:26

Choose a tag to compare

fix streaming when out of window bounds

Full Changelog: v0.2.2...v0.2.3

v0.2.2

11 Apr 09:33

Choose a tag to compare

fix file exists error on windows: #39

v0.2.1

02 Apr 13:43

Choose a tag to compare

bugfix loading system prompt with interactive session

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Apr 08:33

Choose a tag to compare

Main new features

  • Allow managing multiple conversation threads via sessions, thanks to @csabahenk
  • Azure openAI support thx to @phromo
  • More options for formatting (-n, -o) by @Deadolus

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

24 Mar 06:55

Choose a tag to compare

What's Changed

  • fix on token count, also display system prompt if present
  • simplified prompt loading with -p (yaml no longer needed)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Mar 17:15

Choose a tag to compare

What's Changed

  • streaming result possible with -s
  • improvements to text handling (dont try to show as markdown where not ideal)
  • display panels switched for top/down header

Full Changelog: v0.0.2...v0.1.0

v0.0.2

21 Mar 12:45

Choose a tag to compare

What's Changed

  • Add interactive mode REPL like mode -i (with thanks to @fliepeltje)
  • Better calculation of tokens/prices and formatting (with thanks to @anakaiti)
  • better error handling for cache path
  • better error handling for users without gpt4

Full Changelog: v0.0.1...v0.0.2

first release

20 Mar 16:28

Choose a tag to compare

let unexpected exception bubble up on extract, and trim any excess

spaces/newlines