Skip to content

Releases: ContextLab/chatify

v0.2.1 (August, 2023)

22 Aug 15:59
45d3267
Compare
Choose a tag to compare

First release on pip!

What's Changed

New Contributors

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

v0.2.0 (July, 2023)

31 Jul 04:33
f32dc01
Compare
Choose a tag to compare

Lots of optimizations and changes!

Summary (auto-generated):

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

v0.1.1 (July, 2023)

23 Jul 11:40
62c794b
Compare
Choose a tag to compare

Big update!

Chatify can now run fully locally in iPython/Jupyter notebooks, including in the free tier notebooks on Colaboratory and Kaggle. We've switched from a cached-response model to a fully interactive model (which generates a unique response to each query) based on Meta's Llama 2 model (we use the 7B variant to minimize resource requirements).

We have also tweaked the prior built-in prompts and added lots of useful new prompts.

v0.1.0 (July, 2023)

16 Jul 17:13
3824361
Compare
Choose a tag to compare

Initial release (alpha! untested!) of the Chatify package. This release is being generated to create a zenodo link.

Core contributors: @HemuManju, @jeremymanning, @koerding

Full changelog: https://github.com/ContextLab/chatify/commits/v0.1.0