Timothy Jaeryang Baek hace 6 meses
padre
commit
77b25ae36a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = PersistentConfig(
     "PLAYWRIGHT_WS_URL",
     "PLAYWRIGHT_WS_URL",
-    "rag.web.loader.PLAYWRIGHT_WS_URL",
+    "rag.web.loader.playwright_ws_url",
     os.environ.get("PLAYWRIGHT_WS_URL", ""),
     os.environ.get("PLAYWRIGHT_WS_URL", ""),
 )
 )