This commit is contained in:
Timothy Jaeryang Baek 2025-04-12 16:34:20 -07:00
parent 48a23ce3fe
commit 77b25ae36a

View File

@ -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", ""),
)