Skip to content

Commit 7668eaf

Browse files
committed
always disable useApi
1 parent 78cf457 commit 7668eaf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stagehand/src/server.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ export const stagehandConfig: ConstructorParams = {
6666
modelClientOptions: {
6767
apiKey: process.env.OPENAI_API_KEY,
6868
} /* Configuration options for the model client */,
69-
useAPI: !!(
70-
process.env.BROWSERBASE_API_KEY && process.env.BROWSERBASE_PROJECT_ID
71-
),
69+
useAPI: false,
7270
};
7371

7472
// Global state

0 commit comments

Comments
 (0)