Skip to content

Commit e8ffbb5

Browse files
committed
Default to gpt-4-with-ocr since it performs best
1 parent 39ddc45 commit e8ffbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operate/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main_entry():
1515
"--model",
1616
help="Specify the model to use",
1717
required=False,
18-
default="gpt-4",
18+
default="gpt-4-with-ocr",
1919
)
2020

2121
# Add a voice flag

0 commit comments

Comments
 (0)