- Issue created by @AlfTheCat
- 🇩🇪Germany marcus_johansson
Could you give back how the external moderation is setup on this page: /admin/config/ai/ai_external_moderation
- 🇩🇪Germany marcus_johansson
I'm not sure if the other issue is connected to the AI module, its the Content Moderation module from what I can see.
- 🇹🇭Thailand AlfTheCat
Hi Marcus, yes it could be the content moderation module that's causing the watchdog errors. I just didn't see them before but I will check the setup for that one.
With regards to the settings form, the provider is set to OpenAI, empty tags field, and OpenAI - text-moderation-latest is the model selected.
- 🇩🇪Germany marcus_johansson
Ah, I haven't actually tested that combination, that might cause issues. OpenAI is moderated by default, no need for the external moderation for that.
The external moderation is for instance if you want to use OpenAI moderation infront of Anthropic or Llama or something.
But that's good to know, I would add a validation there that you can't use the same provider and moderation provider.
- 🇹🇭Thailand AlfTheCat
Hi Marcus, awesome thank you. I didn't know moderation was enabled by default although it now makes sense because there is the moderation provider option in the general ai settings. So I was trying to solve a problem I didn't have by using the external moderation module :).
Thanks for the insight and I think adding that validation is a good idea.