Timothy Jaeryang Baek 4 months ago
parent
commit
7effb04782
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/open_webui/utils/filter.py

+ 1 - 1
backend/open_webui/utils/filter.py

@@ -12,7 +12,7 @@ log = logging.getLogger(__name__)
 log.setLevel(SRC_LOG_LEVELS["MAIN"])
 
 
-def get_function_module(request, function_id, load_from_db=False):
+def get_function_module(request, function_id, load_from_db=True):
     """
     Get the function module by its ID.
     """