Skip to content

Commit ffa5258

Browse files
feat(api): manual updates
1 parent 996729c commit ffa5258

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-ed52466945f2f8dfd3814a29e948d7bf30af7b76a7a7689079c03b8baf64e26f.yml
33
openapi_spec_hash: 5d57aaf2362b0d882372dbf76477ba23
4-
config_hash: 989ddfee371586e9156b4d484ec0a6cc
4+
config_hash: 8ec9eaf59304f664cf79f73de1488671

lib/stagehand/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def initialize(
8989
initial_retry_delay: self.class::DEFAULT_INITIAL_RETRY_DELAY,
9090
max_retry_delay: self.class::DEFAULT_MAX_RETRY_DELAY
9191
)
92-
base_url ||= "https://api.stagehand.browserbase.com/v1"
92+
base_url ||= "https://api.stagehand.browserbase.com"
9393

9494
if browserbase_api_key.nil?
9595
raise ArgumentError.new("browserbase_api_key is required, and can be set via environ: \"BROWSERBASE_API_KEY\"")

0 commit comments

Comments
 (0)