We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ced5d commit 65724daCopy full SHA for 65724da
modules/openai_content/openai_content.module
@@ -50,8 +50,6 @@ function openai_content_settings_form($form, &$form_state) {
50
51
$api = new OpenAIApi($apiKey);
52
$models = $api->filterModels(['gpt']);
53
- $moderationModels = $api->filterModels(['moderation']);
54
- dpm($moderationModels);
55
56
$form = array();
57
$form['#config'] = 'openai_content.settings';
0 commit comments