Skip to content
Snippets Groups Projects
Commit 70505b77 authored by Marcus Johansson's avatar Marcus Johansson
Browse files

Issue #3499699: text-moderation-latest is legacy, update to omni-moderation-latest

parent 710fe18f
No related branches found
No related tags found
1 merge request!15Issue #3499699: text-moderation-latest is legacy, update to omni-moderation-latest
......@@ -133,7 +133,7 @@ class OpenAiConfigForm extends ConfigFormBase {
$this->aiProviderManager->defaultIfNone('embeddings', 'openai', 'text-embedding-3-small');
$this->aiProviderManager->defaultIfNone('text_to_speech', 'openai', 'tts-1-hd');
$this->aiProviderManager->defaultIfNone('speech_to_text', 'openai', 'whisper-1');
$this->aiProviderManager->defaultIfNone('moderation', 'openai', 'text-moderation-latest');
$this->aiProviderManager->defaultIfNone('moderation', 'openai', 'omni-moderation-latest');
parent::submitForm($form, $form_state);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment