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 20b977c commit 1129145Copy full SHA for 1129145
stagehand/config.py
@@ -40,7 +40,9 @@ class StagehandConfig(BaseModel):
40
None, alias="projectId", description="Browserbase project ID"
41
)
42
api_url: Optional[str] = Field(
43
- None, alias="apiUrl", description="Stagehand API URL"
+ "https://api.stagehand.browserbase.com/v1",
44
+ alias="apiUrl",
45
+ description="Stagehand API URL",
46
) # might add a default value here
47
model_api_key: Optional[str] = Field(
48
None, alias="modelApiKey", description="Model API key"
0 commit comments