Skip to content

Update default OpenAI model from gpt-4o to gpt-5.4-mini#657

Closed
timrogers wants to merge 1 commit into
mainfrom
claude/busy-cray-x8biwp
Closed

Update default OpenAI model from gpt-4o to gpt-5.4-mini#657
timrogers wants to merge 1 commit into
mainfrom
claude/busy-cray-x8biwp

Conversation

@timrogers

Copy link
Copy Markdown
Owner

Summary

Updates the default LLM model used for API requests from gpt-4o to gpt-5.4-mini.

Changes

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

Details

This change updates the default model that will be used for all OpenAI API calls throughout the application. The new model gpt-5.4-mini will be used for LLM operations unless explicitly overridden elsewhere in the codebase.

https://claude.ai/code/session_011X886NwxBN27wKqcbLGXiU

@timrogers timrogers closed this Jun 25, 2026
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.

2 participants