Releases: npiv/chatblade
Releases · npiv/chatblade
v0.2.3
fix streaming when out of window bounds
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
bugfix loading system prompt with interactive session
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
- Session support by @csabahenk in #33
- Adds Azure openai support by @phromo in #25
- Azure support - use same ENV names as python-openai by @phromo in #26
- Adding option to only print answer by @Deadolus in #29
- Introduce no format option by @Deadolus in #30
- Fix readme typo by @erjanmx in #32
New Contributors
- @phromo made their first contribution in #25
- @erjanmx made their first contribution in #32
- @csabahenk made their first contribution in #33
Full Changelog: v0.1.1...v0.2.0
v0.1.1
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
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
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
let unexpected exception bubble up on extract, and trim any excess spaces/newlines