Skip to content

Commit

Permalink
fix: passthrough model (fixes #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucgagan committed Nov 15, 2023
1 parent f0e0c43 commit 08d4539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const auto = async (
snapshot: await getSnapshot(page),
options: options
? {
model: options.model ?? "gpt-4-1106-preview",
debug: options.debug ?? false,
}
: undefined,
Expand Down

0 comments on commit 08d4539

Please sign in to comment.