open-webui v0.5.10 版本更新介绍
发布日期: 2025-02-05
版本号: v0.5.10
2025年2月5日发布的0.5.10版本更新包含三项主要修复:系统提示词在API调用中现可正确进行模板处理,解决了模板变量失效问题;修复了"thinking"标签导致内容渲染异常的问题,确保文本正常显示;优化了代码解释器在调用Anthropic等自定义函数时的运行稳定性,提升了功能兼容性。
更新内容 (中文)
[0.5.10] - 2025-02-05
修复
- ⚙️ 通过 API 正确模板化系统提示词:修复了 API 调用时系统提示词未正确进行模板化处理的问题,现可正常解析模板变量。
- 📝 修复 ’thinking’ 标签显示异常:修复了思考标签导致内容渲染错位的显示问题,确保文本展示干净准确。
- 💻 代码解释器与自定义函数的兼容性优化:解决了代码解释器调用 Anthropic 等自定义函数时的执行失败问题,提升运行稳定性和兼容性。
更新内容 (原始)
[0.5.10] - 2025-02-05
Fixed
- ⚙️ System Prompts Now Properly Templated via API: Resolved an issue where system prompts were not being correctly processed when used through the API, ensuring template variables now function as expected.
- 📝 ’thinking’ Tag Display Issue Fixed: Fixed a bug where the ’thinking’ tag was disrupting content rendering, ensuring clean and accurate text display.
- 💻 Code Interpreter Stability with Custom Functions: Addressed failures when using the Code Interpreter with certain custom functions like Anthropic, ensuring smoother execution and better compatibility.