Skip to content

v0.3.23

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Sep 17:31
6b46316

[0.3.23] - 2024-09-21

Added

  • πŸš€ WebSocket Redis Support: Enhanced load balancing capabilities for multiple instance setups, promoting better performance and reliability in WebUI.
  • πŸ”§ Adjustable Chat Controls: Introduced width-adjustable chat controls, enabling a personalized and more comfortable user interface.
  • 🌎 i18n Updates: Improved and updated the Chinese translations.

Fixed

  • 🌐 Task Model Unloading Issue: Modified task handling to use the Ollama /api/chat endpoint instead of OpenAI compatible endpoint, ensuring models stay loaded and ready with custom parameters, thus minimizing delays in task execution.
  • πŸ“ Title Generation Fix for OpenAI Compatible APIs: Resolved an issue preventing the generation of titles, enhancing consistency and reliability when using multiple API providers.
  • πŸ—ƒοΈ RAG Duplicate Collection Issue: Fixed a bug causing repeated processing of the same uploaded file. Now utilizes indexed files to prevent unnecessary duplications, optimizing resource usage.
  • πŸ–ΌοΈ Image Generation Enhancement: Refactored OpenAI image generation endpoint to be asynchronous, preventing the WebUI from becoming unresponsive during processing, thus enhancing user experience.
  • πŸ”“ Downgrade Authlib: Reverted Authlib to version 1.3.1 to address and resolve issues concerning OAuth functionality.

Changed

  • πŸ” Improved Message Interaction: Enhanced the message node interface to allow for easier focus redirection with a simple click, streamlining user interaction.
  • ✨ Styling Refactor: Updated WebUI styling for a cleaner, more modern look, enhancing user experience across the platform.