Added
- 🔧 Feedback Export Enhancements: Feedback history data can now be exported to JSON, allowing for seamless integration in RLHF processing and further analysis.
- 🗂️ Embedding Model Lazy Loading: Search functionality for leaderboard reranking is now more efficient, as embedding models are lazy-loaded only when needed, optimizing performance.
- 🎨 Rich Text Input Toggle: Users can now switch back to legacy textarea input for chat if they prefer simpler text input, though rich text is still the default until deprecation.
- 🛠️ Improved Tool Calling Mechanism: Enhanced method for parsing and calling tools, improving the reliability and robustness of tool function calls.
- 🌐 Globalization Enhancements: Updates to internationalization (i18n) support, further refining multi-language compatibility and accuracy.
Fixed
🏷️ “Tags Generation Prompt” Fix: Addressed an issue preventing custom “tags generation prompts” from registering properly, ensuring custom prompt work seamlessly.
🖥️ Folder Rename Fix for Firefox: Addressed a persistent issue where users could not rename folders by pressing enter in Firefox, now ensuring seamless folder management across browsers.
🔠 Tiktoken Model Text Splitter Issue: Resolved an issue where the tiktoken text splitter wasn’t working in Docker installations, restoring full functionality for tokenized text editing.
💼 S3 File Upload Issue: Fixed a problem affecting S3 file uploads, ensuring smooth operations for those who store files on cloud storage.
🔒 Strict-Transport-Security Crash: Resolved a crash when setting the Strict-Transport-Security (HSTS) header, improving stability and security enhancements.
🚫 OIDC Boolean Access Fix: Addressed an issue with boolean values not being accessed correctly during OIDC logins, ensuring login reliability.
⚙️ Rich Text Paste Behavior: Refined paste behavior in rich text input to make it smoother and more intuitive when pasting various content types.
🔨 Model Exclusion for Arena Fix: Corrected the filter function that was not properly excluding models from the arena, improving model management.