Releases: ContextLab/chatify
v0.2.1 (August, 2023)
First release on pip!
What's Changed
- prompt tweaks by @jeremymanning in #41
- Added RequestChain by @HemuManju in #43
- lots of prompt tweaks by @jeremymanning in #44
- more prompt tweaks by @jeremymanning in #45
- updated prompts by @jeremymanning in #46
- improved prompts by @jeremymanning in #48
- fix formatting for multiple choice question choices by @jeremymanning in #49
- typo fix by @jeremymanning in #50
- codespell: config, workflow (fail if typos introduced) and some typos fixed by @yarikoptic in #51
- Update setup.py by @HemuManju in #52
- getting ready for release on pip by @jeremymanning in #53
New Contributors
- @yarikoptic made their first contribution in #51
Full Changelog: v0.2.0...v0.2.1
v0.2.0 (July, 2023)
Lots of optimizations and changes!
Summary (auto-generated):
- fix tab order stuff by @jeremymanning in #34
- formatting fixes by @jeremymanning in #35
- Updated LLM model loading mechanism by @HemuManju in #36
- switch to proxy server by default by @jeremymanning in #39
- adds basic syntax highlighting to code snippets by @jeremymanning in #40
Full Changelog: v0.1.1...v0.2.0
v0.1.1 (July, 2023)
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)
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