We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5253c79 commit bcdb2b3Copy full SHA for bcdb2b3
1 file changed
stagehand/config.py
@@ -42,8 +42,10 @@ class StagehandConfig(BaseModel):
42
None, alias="projectId", description="Browserbase project ID"
43
)
44
api_url: Optional[str] = Field(
45
- None, alias="apiUrl", description="Stagehand API URL"
46
- ) # might add a default value here
+ "https://api.stagehand.browserbase.com/v1",
+ alias="apiUrl",
47
+ description="Stagehand API URL",
48
+ )
49
model_api_key: Optional[str] = Field(
50
None, alias="modelApiKey", description="Model API key"
51
0 commit comments