Skip to content

Commit e5f1e7d

Browse files
committed
Default back to the mainline Computer Use Model.
1 parent 442ef82 commit e5f1e7d

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
@@ -61,7 +61,7 @@ def main() -> int:
6161
)
6262
parser.add_argument(
6363
"--model",
64-
default='computer-use-exp-6-11',
64+
default='computer-use-exp',
6565
help="Set which main model to use.",
6666
)
6767
args = parser.parse_args()

0 commit comments

Comments
 (0)