Skip to content

Commit 78ad07b

Browse files
authored
fix(template): update Stagehand model config to gpt-4.1
1 parent 024aef3 commit 78ad07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/typescript/gemini-cua/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function runStagehandTask(invocationId?: string): Promise<SearchQueryOutpu
5050
env: "LOCAL",
5151
verbose: 1,
5252
domSettleTimeout: 30_000,
53-
model: "openai/gpt-4o",
53+
model: "openai/gpt-4.1",
5454
apiKey: OPENAI_API_KEY,
5555
localBrowserLaunchOptions: {
5656
cdpUrl: kernelBrowser.cdp_ws_url

0 commit comments

Comments
 (0)