Skip to content

Commit 65724da

Browse files
authored
remove dpm
1 parent 11ced5d commit 65724da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/openai_content/openai_content.module

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ function openai_content_settings_form($form, &$form_state) {
5050

5151
$api = new OpenAIApi($apiKey);
5252
$models = $api->filterModels(['gpt']);
53-
$moderationModels = $api->filterModels(['moderation']);
54-
dpm($moderationModels);
5553

5654
$form = array();
5755
$form['#config'] = 'openai_content.settings';

0 commit comments

Comments
 (0)