SDK: Disable browser logs (#3958)

This commit is contained in:
Stanislav Novosad
2025-11-11 09:32:49 -07:00
committed by GitHub
parent f038b281c1
commit 688224caa8
3 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ def create_embedded_server(
api_key: str,
open_api_key: str | None,
) -> AsyncSkyvern:
settings.BROWSER_LOGS_ENABLED = False
if open_api_key:
settings.OPENAI_API_KEY = open_api_key