Skip to content

Change default OpenAI model from gpt-4o to gpt-5.4-mini#677

Closed
timrogers wants to merge 2 commits into
mainfrom
cursor/default-openai-model-gpt-5-4-mini-952e
Closed

Change default OpenAI model from gpt-4o to gpt-5.4-mini#677
timrogers wants to merge 2 commits into
mainfrom
cursor/default-openai-model-gpt-5-4-mini-952e

Conversation

@timrogers

Copy link
Copy Markdown
Owner

Updates the default OpenAI model used for LLM-powered claim inference from gpt-4o to gpt-5.4-mini.

Changes

  • Updated OPENAI_MODEL constant in src/llm.rs to use the gpt-5.4-mini API alias.

Testing

  • cargo test --locked --all-features — all 105 tests pass.
Open in Web Open in Cursor 

Co-authored-by: Tim Rogers <timrogers@github.com>
@timrogers

Copy link
Copy Markdown
Owner Author

@copilot Break a test in this PR

Co-authored-by: timrogers <116134+timrogers@users.noreply.github.com>

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

@copilot Break a test in this PR

Done — added llm::tests::default_openai_model_is_gpt_4o in src/llm.rs (commit $(git rev-parse --short HEAD)). It asserts the model is "gpt-4o", which fails now that the constant is "gpt-5.4-mini".

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants