SDK: Disable browser logs (#3958)
This commit is contained in:
committed by
GitHub
parent
f038b281c1
commit
688224caa8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user