Skip to content

Update default OpenAI model from gpt-4o to gpt-4.5-mini#654

Closed
timrogers wants to merge 1 commit into
mainfrom
claude/intelligent-mendel-yab504
Closed

Update default OpenAI model from gpt-4o to gpt-4.5-mini#654
timrogers wants to merge 1 commit into
mainfrom
claude/intelligent-mendel-yab504

Conversation

@timrogers

Copy link
Copy Markdown
Owner

Summary

Updates the default OpenAI model used by the LLM module from gpt-4o to gpt-4.5-mini.

Changes

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

Details

This change updates the default language model used for LLM API calls throughout the application. The new model gpt-4.5-mini replaces the previous gpt-4o model as the default choice for OpenAI API requests.

https://claude.ai/code/session_01PyxgFVzeCHmjHX5w4BvK1W

@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