Timothy Jaeryang Baek 4 月之前
父節點
當前提交
7effb04782
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.
     """