📋 All Releases English | 简体中文
Release Date: 2024-04-25
Versions: 1.3.0.791 (r791) → 1.3.1.794 (r794)
Version 1.3 focuses on enhancing image generation capabilities and Baidu ERNIE model integration, bringing full support for Azure OpenAI's gpt-image-1 model, integration of new Baidu ERNIE models, and a series of image processing improvements.
- 1.3.0: Significant image generation enhancements, supporting gpt-image-1 model, file management, and new Baidu ERNIE models
- 1.3.1: Fixed critical issue with password change functionality
Full support for Azure OpenAI's latest gpt-image-1 image generation model, including:
- Multi-image Generation: Generate up to 10 images in a single request
- Image Editing: Text-based image editing capabilities
- Mask-based Regeneration: Precise local image regeneration using masks
- Quality Control: Configurable image quality levels (low, medium, high)
- Filename Extraction: Automatically extract meaningful filenames from download links
Technical Implementation:
- Uses
maxOutputTokenCountparameter to control image count - Default count unified to 1 for both image generation and editing
- Parallel image downloads for improved efficiency
Added newly released Baidu ERNIE series models:
ERNIE Turbo 4.5 Series:
- ERNIE Turbo 4.5 (32k): Supports 32k context length
- ERNIE Turbo 4.5 (128k): Supports 128k extended context
- ERNIE Turbo 4.5-VL: Vision-language multimodal model
ERNIE X1 Series:
- ERNIE X1 Turbo: Supports Chain of Thought reasoning capabilities, providing clearer reasoning processes and structured outputs
New file management support, laying the foundation for future document processing and multimodal features:
- File upload, storage, and management
- File access control
- Preparation for document analysis features in future releases
- Parallel Downloads: Support parallel downloading of multiple generated images, significantly improving user experience
- Default Parameter Optimization: Unified default image count to 1 for both generation and editing to avoid accidental multiple image generation
- Filename Optimization: Automatically extract meaningful filenames from image links for easier management
- Fixed Password Change: Resolved critical issue where users could not change their passwords (#90)
Updated model basic data (BasicData), including:
- Configuration and parameters for new ERNIE series models
- Complete configuration information for gpt-image-1 model
- Stop the currently running service
- Backup your database (recommended)
- Replace binaries or update Docker image
- Start the service; the system will automatically update the database schema
# Pull the latest image
docker pull sdcb/chats:1.3.1.794-linux-x64
# Or use the latest tag
docker pull sdcb/chats:latesta4ea10b7- Add gpt-image-1 image generation model supportc089a256- Add file management supportab0fc399- gpt-image-1 now supports multiple images & mask16ab92ad- Add ERNIE X1/4.5 related models2f2d0e00- Update basic data for ERNIE/gpt-image-1245d3283- Fix: fix can not change password
- Image generation API now supports
countparameter (implemented viamaxOutputTokenCount) - New API endpoints for file management
Thanks to our community users for their feedback and contributions, especially:
- Users who reported the password change issue
- Early adopters who tested the new gpt-image-1 features
If you encounter any issues or have suggestions, please submit feedback on GitHub Issues.
Chats - Open Source AI Chat Platform
GitHub •
Report Issues •
Discussions