This commit is contained in:
Timothy Jaeryang Baek
2025-03-20 14:01:47 -07:00
parent f066eea92e
commit 9b20ef4922
3 changed files with 13 additions and 17 deletions

View File

@@ -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(