Skip to content

Commit 66fbf7a

Browse files
committed
feat: use only capable models
1 parent 7439667 commit 66fbf7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Model/Config/Source/OpenAiModel.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ public function toOptionArray(): array
2121
['value' => 'gpt-5-nano', 'label' => __('GPT-5 Nano')],
2222
['value' => 'gpt-5-mini', 'label' => __('GPT-5 Mini')],
2323
['value' => 'gpt-5', 'label' => __('GPT-5')],
24-
['value' => 'gpt-4o', 'label' => __('GPT-4o')],
25-
['value' => 'gpt-4o-mini', 'label' => __('GPT-4o Mini')],
26-
['value' => 'gpt-4-turbo', 'label' => __('GPT-4 Turbo')],
2724
];
2825
}
2926
}

0 commit comments

Comments
 (0)