Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions common/core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ export const models = [
selected: false,
platform: 'aws',
},
{
id: 'gpt-5-chat',
name: 'GPT-5 Chat',
modelId: 'gpt-5-chat',
selected: false,
platform: 'azure',
},
{

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

この変更によりgpt-5-chatモデルが削除されていますが、このモデルを参照している他のコードがないか確認が必要です。モデルIDが他の場所でハードコードされている場合、実行時エラーが発生する可能性があります。プロジェクト全体でgpt-5-chatの参照を検索し、適切にクリーンアップされていることを確認してください。

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Amazon Novaモデルの名前に一貫してタイポがあります。「Nove」ではなく「Nova」が正しいスペルです。このPRの範囲外ですが、別のPRでこれらのタイポを修正することをお勧めします。

id: 'gpt-5-mini',
name: 'GPT-5-mini',
Expand Down