Skip to content

Commit 3cf2073

Browse files
feat(api): manual updates
1 parent adace53 commit 3cf2073

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-e6a9dca1a93568e403ac72128d86f30c8c3f1336d4b67017d7e61b1836f10f47.yml
33
openapi_spec_hash: ef01e0649bb0e283df0aa81c369649df
4-
config_hash: 0f2a6f228fb92683466c107fce3bcd21
4+
config_hash: 88e87ba7021be93d267ecfc8f5e6b891

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ import com.browserbase.api.models.sessions.SessionStartParams;
203203
import com.browserbase.api.models.sessions.SessionStartResponse;
204204

205205
SessionStartParams params = SessionStartParams.builder()
206-
.modelName("gpt-4o")
206+
.modelName("openai/gpt-5-nano")
207207
.build();
208208
HttpResponseFor<SessionStartResponse> response = client.sessions().withRawResponse().start(params);
209209

0 commit comments

Comments
 (0)