v0.8.1
版本发布时间: 2024-03-15 18:32:20
NVIDIA/NeMo-Guardrails最新发布版本:v0.10.1(2024-10-03 02:38:56)
This minor release mainly focuses on fixing Colang 2.0 parser and runtime issues. It fixes a bug related to logging the prompt for chat models in verbose mode and a small issue in the installation guide. It also adds an example of using streaming with a custom action.
What's Changed
Added
- #377 Add example for streaming from custom action.
Changed
- #380 Update installation guide for OpenAI usage.
- #401 Replace YAML import with new import statement in multi-modal example.
Fixed
- #398 Colang parser fixes and improvements.
- #394 Fixes and improvements for Colang 2.0 runtime.
- #381 Fix typo by @serhatgktp.
- #379 Fix missing prompt in verbose mode for chat models.
- #400 Fix Authorization header showing up in logs for NeMo LLM.
Full Changelog: https://github.com/NVIDIA/NeMo-Guardrails/compare/v0.8.0...v0.8.1