Skip to content

Conversation

junichiro
Copy link

Overview

This pull request updates the default model used by ShellGPT from gpt-4o to gpt-4.1.


Details

  • Changed the value of DEFAULT_MODEL from gpt-4o to gpt-4.1 in the runtime configuration.
  • This change will make ShellGPT use gpt-4.1 as the default model for new requests.

Motivation

Recent updates from OpenAI have made the current gpt-4o model fully backward-compatible with gpt-4.1.
As a result, gpt-4.1 now offers both higher accuracy and better cost performance compared to gpt-4o.

Therefore, I would like to update the default model in this product to gpt-4.1 to ensure that users benefit from improved accuracy and reduced cost by default.


Impact

  • All new requests without an explicitly specified model will now use gpt-4.1.
  • No major breaking changes are expected, but please let me know if any additional changes are needed.

Thank you for reviewing this PR!

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