Skip to content

Switch default OpenAI model to gpt-5.4-mini#671

Closed
timrogers wants to merge 1 commit into
mainfrom
codex/switch-default-openai-model-to-gpt-5.4-mini
Closed

Switch default OpenAI model to gpt-5.4-mini#671
timrogers wants to merge 1 commit into
mainfrom
codex/switch-default-openai-model-to-gpt-5.4-mini

Conversation

@timrogers

Copy link
Copy Markdown
Owner

Motivation

  • Update the default OpenAI chat-completions model to gpt-5.4-mini so the CLI uses the newer model for LLM-powered inference.

Description

  • Change the OPENAI_MODEL constant in src/llm.rs from gpt-4o to gpt-5.4-mini.

Testing

  • Ran cargo fmt --all -- --check, which completed successfully.
  • Ran git diff --check, which completed successfully.
  • pre-commit run --all-files was not run in this environment because pre-commit is not installed.
  • cargo test --locked --all-features and cargo build --release --locked were not executed due to the local Rust toolchain being older than the crate MSRV (installed rustc 1.89.0 vs required 1.94).

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant