diff --git a/codex-cli/src/cli.tsx b/codex-cli/src/cli.tsx index c7e5d9ff3..c253c4266 100644 --- a/codex-cli/src/cli.tsx +++ b/codex-cli/src/cli.tsx @@ -442,7 +442,7 @@ if ( console.error( `The model "${config.model}" does not appear in the list of models ` + `available to your account. Double-check the spelling (use\n` + - ` openai models list\n` + + ` openai api models.list\n` + `to see the full list) or choose another model with the --model flag.`, ); process.exit(1);