更新内容_机翻
Kokoro-JS TTS 支持:集成了新的设备端高质量文本转语音引擎,大大提高了语音生成质量——一切都直接在浏览器中运行。
代码解释器中的 Jupyter Notebook 支持:现在,您可以将代码解释器配置为不仅通过 Pyodide 运行 Python 代码,还可以通过 Jupyter 运行 Python 代码,从而为 AI 驱动的计算和分析提供更强大的编码环境。
用于私有和本地推理的直接 API 连接:您现在可以将 Open WebUI 连接到您的私有或本地主机 API 推理端点。必须启用 CORS,但这会解锁直接的设备上 AI 基础设施支持。
用于 Web 搜索的高级域筛选:您现在可以指定应在 Web 搜索中包含或排除哪些域,从而优化结果以检索更多相关信息。
改进的图像生成元数据处理:生成的图像现在保留元数据,以便更好地组织和将来检索。
S3 密钥前缀支持:使用可配置的密钥前缀对 S3 存储文件结构进行精细控制。
支持纯图片消息:发送仅包含图片的消息,促进更多以视觉为中心的交互。
更新的翻译:更新了德语、西班牙语、繁体中文和加泰罗尼亚语的翻译,以提供更好的多语言支持。
固定
OAuth调试日志和用户名声明修复:已为OAuth角色和组管理添加了调试日志,修复确保了正确的OAuth用户名检索和声明处理。
引文格式和切换修复:内联引文切换现在可以正常工作,并且具有三个以上来源的引文现在在展开时完全可见。
修复了 ComfyUI 最大种子值约束:更正了 ComfyUI 允许的最大种子值,从而防止了意外行为。
连接设置稳定性:解决了在保存配置时导致不稳定的连接设置问题。
GGUF 模型上传稳定性:修复了 GGUF 模型上传不一致的问题,确保可靠的本地模型处理。
Web 搜索配置错误:修复了 Web 搜索筛选器和设置未正确应用的问题。
用户设置持久性修复:确保正确保存特定于用户的设置并在会话中应用。
OpenID 用户名检索增强功能:现在可以正确选取并为 OpenID Connect (OIDC) 登录分配用户名。
原文如下:
Added
Kokoro-JS TTS Support: A new on-device, high-quality text-to-speech engine has been integrated, vastly improving voice generation quality—everything runs directly in your browser.
Jupyter Notebook Support in Code Interpreter: Now, you can configure Code Interpreter to run Python code not only via Pyodide but also through Jupyter, offering a more robust coding environment for AI-driven computations and analysis.
Direct API Connections for Private & Local Inference: You can now connect Open WebUI to your private or localhost API inference endpoints. CORS must be enabled, but this unlocks direct, on-device AI infrastructure support.
Advanced Domain Filtering for Web Search: You can now specify which domains should be included or excluded from web searches, refining results for more relevant information retrieval.
Improved Image Generation Metadata Handling: Generated images now retain metadata for better organization and future retrieval.
S3 Key Prefix Support: Fine-grained control over S3 storage file structuring with configurable key prefixes.
Support for Image-Only Messages: Send messages containing only images, facilitating more visual-centric interactions.
Updated Translations: German, Spanish, Traditional Chinese, and Catalan translations updated for better multilingual support.
Fixed
OAuth Debug Logs & Username Claim Fixes: Debug logs have been added for OAuth role and group management, with fixes ensuring proper OAuth username retrieval and claim handling.
Citations Formatting & Toggle Fixes: Inline citation toggles now function correctly, and citations with more than three sources are now fully visible when expanded.
ComfyUI Maximum Seed Value Constraint Fixed: The maximum allowed seed value for ComfyUI has been corrected, preventing unintended behavior.
Connection Settings Stability: Addressed connection settings issues that were causing instability when saving configurations.
GGUF Model Upload Stability: Fixed upload inconsistencies for GGUF models, ensuring reliable local model handling.
Web Search Configuration Bug: Fixed issues where web search filters and settings weren’t correctly applied.
User Settings Persistence Fix: Ensured user-specific settings are correctly saved and applied across sessions.
OpenID Username Retrieval Enhancement: Usernames are now correctly picked up and assigned for OpenID Connect (OIDC) logins.