feat(claude): デフォルトモデルをfable-5に切り替える#1304
Merged
Merged
Conversation
新しくリリースされたfable-5をデフォルトモデルに指定します。 `claude-opus-4-8`の問題への緊急回避として指定していた`claude-opus-4-7`は、 フォールバックの筆頭に移動して引き続き利用可能にしておきます。
nvd diff: seminar (base: master)Version changesClosure size: 4952 -> 4952 (8 paths added, 8 paths removed, delta +0, disk usage +8B). |
Contributor
There was a problem hiding this comment.
デフォルトモデルをclaude-opus-4-7からfableへ切り替え、claude-opus-4-7をフォールバック筆頭に移す変更です。コメント(45-46行目)とコード(model/fallbackModelの順序)は整合しており、変更意図は明快です。
1点だけ、コミットメッセージが「fable-5」と具体バージョンを述べているのに対しコード上はmodel = "fable"とバージョン非固定のエイリアス指定になっており、opus系(claude-opus-4-7)がフルIDで固定されているのと方針が対照的です。「最新のfableを追従する」意図であれば問題ありませんが、その旨をコメントに一言添えると後から読んだ際に誤解を防げます。設定ファイルのみの変更で、セキュリティ・パフォーマンス・依存・テストの観点で懸念はありません。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新しくリリースされたfable-5をデフォルトモデルに指定します。
claude-opus-4-8の問題への緊急回避として指定していたclaude-opus-4-7は、フォールバックの筆頭に移動して引き続き利用可能にしておきます。