Version 0.1.38¶
This release introduces a new admin mode designed for enterprise deployments, enabling server-side API key management and enhanced security. It also includes a bug fix to ensure proper dependency management for the Modal image in admin mode.
New Features¶
- Added an admin mode for enterprise deployments that supports server-side API key management. This includes a new AdminConfig class for loading configuration and credentials, a CLI flag to enable admin mode, an API endpoint for frontend detection, credential injection into LLM endpoints, frontend UI updates to hide sensitive sections, centralized request building, comprehensive unit tests, and updated documentation. (56fcb8) (Eric Ma)
Bug Fixes¶
- Added the missing ruamel.yaml dependency to the Modal image to support admin mode functionality. (e280e5) (Eric Ma)
Deprecations¶
- None