Releases: kuvaus/LlamaGPTJ-chat
Releases · kuvaus/LlamaGPTJ-chat
Release v0.3.0
- Add this changelog :)
- Add sha256 hashes on release so you can verify the binaries
- All binaries are automatically generated with Github actions
- Add signal handling for SIGHUP (macOS, Linux) and CTRL_CLOSE_EVENT (Windows) to fix issue
#16
- This allows you to run chat as a subprocess. The chat subprocess now quits properly if parent app is closed.
- Version information
- Fix segfault on
/help
Release v0.2.9
Merge pull request #18 from 154pinkchairs/dev handle buffer alloc errors and quoted tilde
Release v0.2.8
Update README.md
Release v0.2.7
code cleaning
Release v0.2.6
Small code cleaning
Release v0.2.5
Update README.md
Release v0.2.4
fix json loading
Release v0.2.3
Update README.md
Release v0.2.2
Ability to reset context
Release v0.2.1
Update README.md