Skip to content

Commit

Permalink
Update auto.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshdavidbabu authored Jul 8, 2024
1 parent 69c9bc1 commit 281abac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function runTask(
snapshot: await getSnapshot(page),
options: options
? {
model: options.model ?? "gpt-4-1106-preview",
model: options.model ?? "gpt-4o",
debug: options.debug ?? false,
openaiApiKey: options.openaiApiKey,
}
Expand Down

0 comments on commit 281abac

Please sign in to comment.