You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`browserbase_project_id` is deprecated, accepted for backwards compatibility, and ignored. `STAGEHAND_BASE_URL` remains supported as a deprecated fallback when `STAGEHAND_API_URL` is unset.
261
259
262
260
Keyword arguments take precedence over environment variables.
263
261
@@ -662,7 +660,7 @@ import httpx
662
660
from stagehand import Stagehand, DefaultHttpxClient
663
661
664
662
client = Stagehand(
665
-
# Or use the `STAGEHAND_API_URL` env var
663
+
# Or use the `STAGEHAND_API_URL` env var, with `STAGEHAND_BASE_URL` as a fallback
0 commit comments