Skip to content

v0.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 12:05
· 2317 commits to main since this release
0917fa6

[0.3.3] - 2024-06-12

Added

  • 🛠️ Native Python Function Calling: Introducing native Python function calling within Open WebUI. We’ve also included a built-in code editor to seamlessly develop and integrate function code within the 'Tools' workspace. With this, you can significantly enhance your LLM’s capabilities by creating custom RAG pipelines, web search tools, and even agent-like features such as sending Discord messages.
  • 🌐 DuckDuckGo Integration: Added DuckDuckGo as a web search provider, giving you more search options.
  • 🌏 Enhanced Translations: Improved translations for Vietnamese and Chinese languages, making the interface more accessible.

Fixed

  • 🔗 Web Search URL Error Handling: Fixed the issue where a single URL error would disrupt the data loading process in Web Search mode. Now, such errors will be handled gracefully to ensure uninterrupted data loading.
  • 🖥️ Frontend Responsiveness: Resolved the problem where the frontend would stop responding if the backend encounters an error while downloading a model. Improved error handling to maintain frontend stability.
  • 🔧 Dependency Issues in pip: Fixed issues related to pip installations, ensuring all dependencies are correctly managed to prevent installation errors.