Skip to content

Release v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@drazvan drazvan released this 03 Aug 14:44
· 2054 commits to main since this release
12c49bb

This release focused on multiple areas:

  1. Extending the guardrails interface to support generic events.
  2. Adding experimental support for running a red teaming process.
  3. Adding experimental support for vicuna-7b-v1.3 and mpt-7b-instruct.
  4. Extending Colang 1.0 with support for bot message instructions and using variables inside bot message definitions.
  5. Fixing several bugs reported by the community.

Detailed change log below.


Added

Changed

  • Changed the naming of the internal events to align to the upcoming UMIM spec (Unified Multimodal Interaction Management).
  • If there are no user message examples, the bot messages examples lookup is disabled as well.

Fixed

  • #58: Fix install on Mac OS 13.
  • #55: Fix bug in example causing config.py to crash on computers with no CUDA-enabled GPUs.
  • Fixed the model name initialization for LLMs that use the model kwarg.
  • Fixed the Cohere prompt templates.
  • #55: Fix bug related to LangChain callbacks initialization.
  • Fixed generation of "..." on value generation.
  • Fixed the parameters type conversion when invoking actions from colang (previously everything was string).
  • Fixed model_kwargs property for the WrapperLLM.
  • Fixed bug when stop was used inside flows.
  • Fixed Chat UI bug when an invalid guardrails configuration was used.