From 93fff4499e5a56578dfb62302aaf558bec203834 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Mon, 13 May 2024 13:47:30 -0400 Subject: [PATCH] fix --- docs/ai/how-to/content-filtering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai/how-to/content-filtering.md b/docs/ai/how-to/content-filtering.md index 2079957906a48..e42ed15762683 100644 --- a/docs/ai/how-to/content-filtering.md +++ b/docs/ai/how-to/content-filtering.md @@ -49,10 +49,10 @@ To utilize the sample code in this article, you'll need to create and assign a c I am sorry if I have done anything to upset you. Is there anything I can do to assist you and make things better? - Hate category is filtered: False with safe severity. + Hate category is filtered: False with low severity. SelfHarm category is filtered: False with safe severity. Sexual category is filtered: False with safe severity. - Violence category is filtered: False with medium severity. + Violence category is filtered: False with low severity. ``` ## Related content