mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
48a23ce3fe
commit
77b25ae36a
1 changed files with 1 additions and 1 deletions
|
|
@ -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", ""),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue