Timothy Jaeryang Baek 6 月之前
父节点
当前提交
77b25ae36a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/open_webui/config.py

+ 1 - 1
backend/open_webui/config.py

@@ -2208,7 +2208,7 @@ TAVILY_EXTRACT_DEPTH = PersistentConfig(
 
 PLAYWRIGHT_WS_URL = PersistentConfig(
     "PLAYWRIGHT_WS_URL",
-    "rag.web.loader.PLAYWRIGHT_WS_URL",
+    "rag.web.loader.playwright_ws_url",
     os.environ.get("PLAYWRIGHT_WS_URL", ""),
 )