We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024aef3 commit 78ad07bCopy full SHA for 78ad07b
templates/typescript/gemini-cua/index.ts
@@ -50,7 +50,7 @@ async function runStagehandTask(invocationId?: string): Promise<SearchQueryOutpu
50
env: "LOCAL",
51
verbose: 1,
52
domSettleTimeout: 30_000,
53
- model: "openai/gpt-4o",
+ model: "openai/gpt-4.1",
54
apiKey: OPENAI_API_KEY,
55
localBrowserLaunchOptions: {
56
cdpUrl: kernelBrowser.cdp_ws_url
0 commit comments