Skip to content

Conversation

@yuji38kwmt
Copy link
Contributor

@yuji38kwmt yuji38kwmt commented May 30, 2025

costやintelligenceなどで比較しても、gpt-4.1の方が上回っているので、デフォルト値を変更しました。
image

@yuji38kwmt yuji38kwmt changed the title モデルのデフォルトを変更 モデルのデフォルト値をgpt-4oからgpt-4.1に変更 May 30, 2025
@yuji38kwmt yuji38kwmt requested review from Copilot and squld May 30, 2025 01:56
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the default AI model from gpt-4o to gpt-4.1.

  • Change default model identifier in configuration schema
Comments suppressed due to low confidence (1)

package.json:248

  • Verify and update any existing tests or snapshots that assume the default model is gpt-4o to ensure they reference gpt-4.1, preventing test failures.
"default": "gpt-4.1",

"→ Model Name Text"
],
"default": "gpt-4o",
"default": "gpt-4.1",
Copy link

Copilot AI May 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider updating relevant documentation or CHANGELOG entries to reflect the new default model from gpt-4o to gpt-4.1, so users are aware of this change.

Copilot uses AI. Check for mistakes.
@squld squld merged commit 61d8e58 into main Jun 4, 2025
1 check passed
@squld
Copy link
Contributor

squld commented Jun 4, 2025

@yuji38kwmt Thank you for your contribution!

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