Skip to content

Releases: kuvaus/LlamaGPTJ-chat

Release v0.3.0

26 Jun 13:09
Compare
Choose a tag to compare
  • 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

22 Jun 15:56
b9da3b4
Compare
Choose a tag to compare
Merge pull request #18 from 154pinkchairs/dev

handle buffer alloc errors and quoted tilde

Release v0.2.8

16 Jun 23:00
Compare
Choose a tag to compare
Update README.md

Release v0.2.7

16 Jun 22:43
Compare
Choose a tag to compare
code cleaning

Release v0.2.6

16 Jun 22:41
Compare
Choose a tag to compare
Small code cleaning

Release v0.2.5

16 Jun 22:42
Compare
Choose a tag to compare
Update README.md

Release v0.2.4

16 Jun 22:42
Compare
Choose a tag to compare
fix json loading

Release v0.2.3

16 Jun 22:49
Compare
Choose a tag to compare
Update README.md

Release v0.2.2

16 Jun 22:50
Compare
Choose a tag to compare
Ability to reset context

Release v0.2.1

16 Jun 22:50
Compare
Choose a tag to compare
Update README.md