We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b52fd commit caa137bCopy full SHA for caa137b
README.md
@@ -28,8 +28,7 @@ import os
28
from browserbase import Browserbase
29
30
client = Browserbase(
31
- # This is the default and can be omitted
32
- api_key=os.environ.get("BROWSERBASE_API_KEY"),
+ api_key=os.environ.get("BROWSERBASE_API_KEY"), # This is the default and can be omitted
33
)
34
35
session = client.sessions.create(
@@ -53,8 +52,7 @@ import asyncio
53
52
from browserbase import AsyncBrowserbase
54
55
client = AsyncBrowserbase(
56
57
58
59
60
0 commit comments