Default Skyvern 2.0 to google.com if generated website fails to load (#2291)

This commit is contained in:
Shuchang Zheng
2025-05-04 21:36:40 -07:00
committed by GitHub
parent df6252f80a
commit 0540e65d06
3 changed files with 106 additions and 28 deletions

View File

@@ -238,6 +238,8 @@ class Settings(BaseSettings):
ENABLE_LOG_ARTIFACTS: bool = False
ENABLE_CODE_BLOCK: bool = False
TASK_BLOCKED_SITE_FALLBACK_URL: str = "https://www.google.com"
# SkyvernClient Settings
SKYVERN_BASE_URL: str = "https://api.skyvern.com"
SKYVERN_API_KEY: str = "PLACEHOLDER"