发布日期: 2025-02-05
版本号: v0.5.8

Open WebUI 0.5.8版本于2025年2月5日发布,主要更新包括:新增实时代码执行功能,支持在Pyodide浏览器沙盒环境中安全运行代码;重新设计聊天输入界面并优化工具切换体验;实验性支持模型原生调用工具以降低延迟;集成Exa搜索引擎实现实时信息检索;新增系统区域化时间显示和常驻网页搜索开关功能。修复了OAuth登录回退机制、谷歌云盘权限验证、DuckDuckGo速率限制错误提示等十余项问题,移除非Web Worker的Pyodide执行模式以增强安全性。同步优化平台性能及UI交互,更新中韩法乌塞等多国语言翻译,并致谢所有开发者贡献者与赞助商对项目的支持。

更新内容 (中文)

[0.5.8] - 2025-02-05

新增功能

  • 🖥️ 代码解释器: 模型现可实时执行代码以动态优化答案,通过Pyodide在沙盒化浏览器环境中安全运行。非常适合执行计算、数据分析及AI辅助编程任务!
  • 💬 重新设计的聊天输入界面: 采用更简洁直观的消息输入界面,优化功能选择器,轻松切换工具、启用搜索并实现与AI的无缝交互。
  • 🛠️ 原生工具调用支持(实验性): 支持的模型现可通过原生方式调用工具,减少查询延迟并提升上下文响应质量。更多优化即将推出!
  • 🔗 Exa搜索引擎集成: 新增搜索服务提供商,用户无需离开聊天界面即可获取最新相关信息。
  • 🌍 本地化日期与时间格式: 根据系统区域设置自动适配日期时间格式,提供更符合地域习惯的显示效果。
  • 📎 外部嵌入API用户标头: 调用外部嵌入服务时,API请求现包含用户关联标头信息。
  • 🌍 “始终开启"网页搜索开关: 通过设置 > 界面新增默认启用网页搜索选项,将Open WebUI转变为常驻搜索引擎,确保每次查询都获得AI增强结果。
  • 🚀 整体性能与稳定性优化: 全平台性能显著提升,提供更快速稳定的使用体验。
  • 🖼️ UI/UX增强: 多项界面优化改进可读性、响应速度与无障碍访问。
  • 🌍 翻译优化: 更新中文、韩语、法语、乌克兰语及塞尔维亚语翻译术语,提升表述清晰度。

问题修复

  • 🔄 OAuth名称字段回退机制: 当名称字段缺失时自动使用邮箱字段作为回退值,修复OAuth登录失败问题。
  • 🔑 Google Drive凭证访问限制: 确保仅认证用户可访问Google Drive凭证,增强系统安全性。
  • 🌐 DuckDuckGo搜索频率限制处理: 修复因DuckDuckGo搜索频率限制导致的202错误问题。
  • 📁 文件上传权限提示: 新增无上传权限时的明确提示,提升系统限制的可感知性。
  • 🔧 最大token数问题: 修复’max_tokens’参数未正确应用的问题,确保模型行为符合预期。
  • 🔍 RAG网页搜索URL验证: 使用基于网页的检索增强生成时,自动过滤无效或不受支持的URL。
  • 🖋️ 标题生成异常修复: 修复对话标题生成不一致问题,确保对话组织逻辑正确。

移除功能

  • ⚡ 弃用非Web Worker的Pyodide执行模式: 全面转向浏览器沙盒环境以提升性能与安全性。

👏 衷心感谢杰出贡献者们的辛勤付出: @df-cgdm, @moblangeois, @tarmst, @Shadowfita, @roryeckel, @taylorwilsdon, @muhac, @iidx, @kostich, @0xThresh, @TiancongLx, @KarlLee830, @imJack6, @OriginalSimon, @dannyl1u, @s-sajid-ali, @le-ross, @abdalrohman, @dependabot[bot], @kokutaro, @jannikstdl, @bunnerz-king, @Mavyre, @zeroxs, @antpyykk-kone, @kyunwang, @Alex1607, @smonux, @jrespeto

🚀 特别鸣谢以下赞助商的大力支持(注:已隐去隐私赞助商信息,如需展示请联系我们): @digitalbrainowners, @ModonHolding, @agency-agency, @roosi-gmbh, @mushmax, @rndmcnlly, @icanbwell, @FabioDuo, @h14turbo, @blogic-cz, @Krambu-Travis, @GenieDev101, @PortlandKyGuy, @sushibait, @CubicleGangster, @GitDatamind

更新内容 (原始)

[0.5.8] - 2025-02-05

Added

  • 🖥️ Code Interpreter: Models can now execute code in real time to refine their answers dynamically, running securely within a sandboxed browser environment using Pyodide. Perfect for calculations, data analysis, and AI-assisted coding tasks!
  • 💬 Redesigned Chat Input UI: Enjoy a sleeker and more intuitive message input with improved feature selection, making it easier than ever to toggle tools, enable search, and interact with AI seamlessly.
  • 🛠️ Native Tool Calling Support (Experimental): Supported models can now call tools natively, reducing query latency and improving contextual responses. More enhancements coming soon!
  • 🔗 Exa Search Engine Integration: A new search provider has been added, allowing users to retrieve up-to-date and relevant information without leaving the chat interface.
  • 🌍 Localized Dates & Times: Date and time formats now match your system locale, ensuring a more natural, region-specific experience.
  • 📎 User Headers for External Embedding APIs: API calls to external embedding services now include user-related headers.
  • 🌍 “Always On” Web Search Toggle: A new option under Settings > Interface allows users to enable Web Search by default—transform Open WebUI into your go-to search engine, ensuring AI-powered results with every query.
  • 🚀 General Performance & Stability: Significant improvements across the platform for a faster, more reliable experience.
  • 🖼️ UI/UX Enhancements: Numerous design refinements improving readability, responsiveness, and accessibility.
  • 🌍 Improved Translations: Chinese, Korean, French, Ukrainian and Serbian translations have been updated with refined terminologies for better clarity.

Fixed

  • 🔄 OAuth Name Field Fallback: Resolves OAuth login failures by using the email field as a fallback when a name is missing.
  • 🔑 Google Drive Credentials Restriction: Ensures only authenticated users can access Google Drive credentials for enhanced security.
  • 🌐 DuckDuckGo Search Rate Limit Handling: Fixes issues where users would encounter 202 errors due to rate limits when using DuckDuckGo for web search.
  • 📁 File Upload Permission Indicator: Users are now notified when they lack permission to upload files, improving clarity on system restrictions.
  • 🔧 Max Tokens Issue: Fixes cases where ‘max_tokens’ were not applied correctly, ensuring proper model behavior.
  • 🔍 Validation for RAG Web Search URLs: Filters out invalid or unsupported URLs when using web-based retrieval augmentation.
  • 🖋️ Title Generation Bug: Fixes inconsistencies in title generation, ensuring proper chat organization.

Removed

  • ⚡ Deprecated Non-Web Worker Pyodide Execution: Moves entirely to browser sandboxing for better performance and security.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: @df-cgdm, @moblangeois, @tarmst, @Shadowfita, @roryeckel, @taylorwilsdon, @muhac, @iidx, @kostich, @0xThresh, @TiancongLx, @KarlLee830, @imJack6, @OriginalSimon, @dannyl1u, @s-sajid-ali, @le-ross, @abdalrohman, @dependabot[bot], @kokutaro, @jannikstdl, @bunnerz-king, @Mavyre, @zeroxs, @antpyykk-kone, @kyunwang, @Alex1607, @smonux, @jrespeto

🚀 We’d like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We’ve excluded private sponsors from this list. If you’d like to get featured here, feel free to reach out to us!): @digitalbrainowners, @ModonHolding, @agency-agency, @roosi-gmbh, @mushmax, @rndmcnlly, @icanbwell, @FabioDuo, @h14turbo, @blogic-cz, @Krambu-Travis, @GenieDev101, @PortlandKyGuy, @sushibait, @CubicleGangster, @GitDatamind

下载链接