From cc46d3e359ebf5bb3560dee0de3654937bd74fed Mon Sep 17 00:00:00 2001 From: Rasmus Rygaard Date: Wed, 16 Apr 2025 11:17:52 -0700 Subject: [PATCH] Update model in code to o4-mini (#39) Old docs had o3 as the default --- codex-cli/src/cli.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-cli/src/cli.tsx b/codex-cli/src/cli.tsx index 6aa28e95..b86926ab 100644 --- a/codex-cli/src/cli.tsx +++ b/codex-cli/src/cli.tsx @@ -43,7 +43,7 @@ const cli = meow( Options -h, --help Show usage and exit - -m, --model Model to use for completions (default: o3) + -m, --model Model to use for completions (default: o4-mini) -i, --image Path(s) to image files to include as input -v, --view Inspect a previously saved rollout instead of starting a session -q, --quiet Non-interactive mode that only prints the assistant's final output