Skip to content

Commit 5e84560

Browse files
[chore] update default model (#840)
# why - gpt-4o is a bit dated # what changed - update to gpt-4.1-mini # test plan - regressions
1 parent d7c54d3 commit 5e84560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import { GotoOptions } from "@/types/playwright";
4949

5050
dotenv.config({ path: ".env" });
5151

52-
const DEFAULT_MODEL_NAME = "gpt-4o";
52+
const DEFAULT_MODEL_NAME = "openai/gpt-4.1-mini";
5353

5454
// Initialize the global logger
5555
let globalLogger: StagehandLogger;

0 commit comments

Comments
 (0)