From 77b25ae36a4dcd6458c4aa6072d7060c93d13e0f Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 12 Apr 2025 16:34:20 -0700 Subject: [PATCH] refac --- backend/open_webui/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/config.py b/backend/open_webui/config.py index e13ace668..67632b18b 100644 --- a/backend/open_webui/config.py +++ b/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", ""), )