Skip to content

Latest commit

 

History

History
133 lines (88 loc) · 4.4 KB

File metadata and controls

133 lines (88 loc) · 4.4 KB

📋 All Releases English | 简体中文

Chats 1.3 Release Notes

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.

Version Overview

  • 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

What's New

1) Azure OpenAI gpt-image-1 Model Support

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 maxOutputTokenCount parameter to control image count
  • Default count unified to 1 for both image generation and editing
  • Parallel image downloads for improved efficiency

2) Baidu ERNIE Model Integration

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

3) File Management

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

4) Image Processing Optimizations

  • 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

Bug Fixes

1.3.1 Release

  • Fixed Password Change: Resolved critical issue where users could not change their passwords (#90)

Data Updates

Updated model basic data (BasicData), including:

  • Configuration and parameters for new ERNIE series models
  • Complete configuration information for gpt-image-1 model

Upgrade Guide

Upgrading from 1.2.x

  1. Stop the currently running service
  2. Backup your database (recommended)
  3. Replace binaries or update Docker image
  4. Start the service; the system will automatically update the database schema

For Docker Users

# Pull the latest image
docker pull sdcb/chats:1.3.1.794-linux-x64

# Or use the latest tag
docker pull sdcb/chats:latest

Technical Details

Key Commits

  1. a4ea10b7 - Add gpt-image-1 image generation model support
  2. c089a256 - Add file management support
  3. ab0fc399 - gpt-image-1 now supports multiple images & mask
  4. 16ab92ad - Add ERNIE X1/4.5 related models
  5. 2f2d0e00 - Update basic data for ERNIE/gpt-image-1
  6. 245d3283 - Fix: fix can not change password

API Changes

  • Image generation API now supports count parameter (implemented via maxOutputTokenCount)
  • New API endpoints for file management

Acknowledgments

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
GitHubReport IssuesDiscussions