open-webui v0.5.13 版本更新介绍
发布日期: 2025-02-18
版本号: v0.5.13
2025年2月17日发布的0.5.13版本更新包含多项功能优化与改进。新增功能包括:支持大上下文窗口的全上下文网页搜索模式,提升结果准确性;优化异步网页搜索加载速度;自动识别阿拉伯语、希伯来语等从右至左书写语言的文本方向;代码块支持通过Jupyter Notebook执行以增强动态编程体验;删除消息前增加确认提示防止误操作;支持直接下载聊天中的SVG格式图表。此外,修复了临时聊天中“继续响应”按钮失效的问题,调整了提示变量的标识符为双花括号“{{}}”以统一格式,并优化了整体界面交互、布局及后端稳定性,提升了操作流畅性与系统可靠性。
更新内容 (中文)
[0.5.13] - 2025-02-17
新增
- 🌐 网页搜索全上下文模式: 通过全上下文模式实现高精度网络搜索,特别适合大上下文窗口模型,确保更精准的搜索结果
- ⚡ 异步网页搜索优化: 优化异步支持后网页搜索加载速度显著提升,实现更高效的信息获取
- 🔄 RTL 语言自动文本方向检测: 根据输入语言自动调整文本对齐方向,为阿拉伯语、希伯来语等从右到左 (RTL) 书写语言提供无缝对话体验
- 🚀 代码执行的 Jupyter 笔记本支持: 代码块的「运行」按钮现支持通过 Jupyter 执行,在聊天界面直接获得动态编码体验
- 🗑️ 消息删除确认弹窗: 新增删除前的二次确认提示,防止误删聊天记录
- 📥 SVG 图表下载功能: 支持即时下载聊天生成的 SVG 图表,便于保存和分享复杂可视化数据
- ✨ 通用界面/交互优化及后端稳定性提升: 优化界面交互流畅度,改进布局设计,增强后端稳定性,提供更可靠的使用体验
修复
- 🛠️ 临时聊天继续响应按钮修复: 临时聊天的「继续响应」按钮现已正常运作,确保对话连续性
变更
- 📝 提示词变量标识符更新: 弃用方括号 [] 作为提示词变量标识符,统一使用双花括号 {{}} 以提高规范性和辨识度
- 🔧 稳定性增强: 优化聊天历史错误处理机制,提升查看历史消息时的操作流畅度
更新内容 (原始)
[0.5.13] - 2025-02-17
Added
- 🌐 Full Context Mode for Web Search: Enable highly accurate web searches by utilizing full context mode—ideal for models with large context windows, ensuring more precise and insightful results.
- ⚡ Optimized Asynchronous Web Search: Web searches now load significantly faster with optimized async support, providing users with quicker, more efficient information retrieval.
- 🔄 Auto Text Direction for RTL Languages: Automatic text alignment based on language input, ensuring seamless conversation flow for Arabic, Hebrew, and other right-to-left scripts.
- 🚀 Jupyter Notebook Support for Code Execution: The “Run” button in code blocks can now use Jupyter for execution, offering a powerful, dynamic coding experience directly in the chat.
- 🗑️ Message Delete Confirmation Dialog: Prevent accidental deletions with a new confirmation prompt before removing messages, adding an additional layer of security to your chat history.
- 📥 Download Button for SVG Diagrams: SVG diagrams generated within chat can now be downloaded instantly, making it easier to save and share complex visual data.
- ✨ General UI/UX Improvements and Backend Stability: A refined interface with smoother interactions, improved layouts, and backend stability enhancements for a more reliable, polished experience.
Fixed
- 🛠️ Temporary Chat Message Continue Button Fixed: The “Continue Response” button for temporary chats now works as expected, ensuring an uninterrupted conversation flow.
Changed
- 📝 Prompt Variable Update: Deprecated square bracket ‘[]’ indicators for prompt variables; now requires double curly brackets ‘{{}}’ for consistency and clarity.
- 🔧 Stability Enhancements: Error handling improved in chat history, ensuring smoother operations when reviewing previous messages.