Skip to content

Commit 683a458

Browse files
authored
Update stagehand.mdx
remove extra "new"
1 parent 9ed937a commit 683a458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/platform/stagehand.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Then, in your Worker code, import the `workersAIClient.ts` file and use it to co
110110
const stagehand = new Stagehand({
111111
env: "LOCAL",
112112
localBrowserLaunchOptions: { cdpUrl: endpointURLString(env.BROWSER) },
113-
llmClient: new new WorkersAIClient(env.AI),
113+
llmClient: new WorkersAIClient(env.AI),
114114
verbose: 1,
115115
});
116116

0 commit comments

Comments
 (0)