AsyncOperation: support for running asynchronous jobs while the agent is running (#111)
This commit is contained in:
@@ -46,6 +46,8 @@ class Settings(BaseSettings):
|
||||
# browser settings
|
||||
BROWSER_LOCALE: str = "en-US"
|
||||
BROWSER_TIMEZONE: str = "America/New_York"
|
||||
BROWSER_WIDTH: int = 1920
|
||||
BROWSER_HEIGHT: int = 1080
|
||||
|
||||
#####################
|
||||
# LLM Configuration #
|
||||
|
||||
Reference in New Issue
Block a user