mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
Add core config to disable browser environment (#9570)
This commit is contained in:
@@ -60,4 +60,7 @@ def get_action_execution_server_startup_command(
|
||||
*browsergym_args,
|
||||
]
|
||||
|
||||
if not app_config.enable_browser:
|
||||
base_cmd.append('--no-enable-browser')
|
||||
|
||||
return base_cmd
|
||||
|
||||
Reference in New Issue
Block a user