mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
refac
This commit is contained in:
@@ -2081,10 +2081,10 @@ PLAYWRIGHT_WS_URI = PersistentConfig(
|
||||
os.environ.get("PLAYWRIGHT_WS_URI", None),
|
||||
)
|
||||
|
||||
PLAYWRIGHT_GOTO_TIMEOUT = PersistentConfig(
|
||||
"PLAYWRIGHT_GOTO_TIMEOUT",
|
||||
"rag.web.loader.engine.playwright.goto.timeout",
|
||||
int(os.environ.get("PLAYWRIGHT_GOTO_TIMEOUT", "10")),
|
||||
PLAYWRIGHT_TIMEOUT = PersistentConfig(
|
||||
"PLAYWRIGHT_TIMEOUT",
|
||||
"rag.web.loader.engine.playwright.timeout",
|
||||
int(os.environ.get("PLAYWRIGHT_TIMEOUT", "10")),
|
||||
)
|
||||
|
||||
FIRECRAWL_API_KEY = PersistentConfig(
|
||||
|
||||
Reference in New Issue
Block a user