Skip to content

open-webui 0.3.18

[0.3.18] - 2024-09-04

Added

  • 🛠️ Direct Database Execution for Tools & Functions: Enhanced the execution of Python files for tools and functions, now directly loading from the database for a more streamlined backend process.

Fixed

  • 🔄 Automatic Rewrite of Import Statements in Tools & Functions: Tool and function scripts that import 'utils', 'apps', 'main', 'config' will now automatically rename these with 'open_webui.', ensuring compatibility and consistency across different modules.
  • 🎨 Styling Adjustments: Minor fixes in the visual styling to improve user experience and interface consistency.