v2.3.1
aws-samples/bedrock-chatv2.3.1Dec 12, 2024by statefb
AI Summary
This release adds support for Thai, Indonesian, and Malay languages, introduces configuration controls for LLM model selection in custom chatbots, and enhances UI error handling.
Key Highlights
- Added i18n support for Thai, Indonesian, and Malay languages
- Added ability to control and limit LLM model selection via configuration
- Added detailed error message display on UI when stream response fails
New Features
- Thai, Indonesian, and Malay language support
- LLM model selection control for custom chatbots
- Detailed error message display on UI
Full Release Notes
## New Features - Added Thai, Indonesian, and Malay language support to i18n. #628 by @statefb - Added ability to control and limit LLM model selection through configuration for custom chatbots. #607 by @fsatsuki, @statefb ## Enhancements - Added detailed error message display on UI when stream response fails. #634 by @statefb