Skip to content

Commit 07ba1fa

Browse files
committed
Updates the default model from July to September
1 parent e7c4509 commit 07ba1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def main() -> int:
5252
)
5353
parser.add_argument(
5454
"--model",
55-
default='computer-use-exp-07-16',
55+
default='computer-use-preview-09-2025',
5656
help="Set which main model to use.",
5757
)
5858
args = parser.parse_args()

0 commit comments

Comments
 (0)