Workflow Fixes (#156)
This commit is contained in:
@@ -43,7 +43,7 @@ class Settings(BaseSettings):
|
||||
|
||||
# S3 bucket settings
|
||||
AWS_REGION: str = "us-east-1"
|
||||
AWS_S3_BUCKET_DOWNLOADS: str = "skyvern-downloads"
|
||||
AWS_S3_BUCKET_UPLOADS: str = "skyvern-uploads"
|
||||
|
||||
SKYVERN_TELEMETRY: bool = True
|
||||
ANALYTICS_ID: str = "anonymous"
|
||||
@@ -54,6 +54,9 @@ class Settings(BaseSettings):
|
||||
BROWSER_WIDTH: int = 1920
|
||||
BROWSER_HEIGHT: int = 1080
|
||||
|
||||
# Workflow constant parameters
|
||||
WORKFLOW_DOWNLOAD_DIRECTORY_PARAMETER_KEY: str = "SKYVERN_DOWNLOAD_DIRECTORY"
|
||||
|
||||
#####################
|
||||
# LLM Configuration #
|
||||
#####################
|
||||
|
||||
Reference in New Issue
Block a user