From 2bd76ab2dbcd1e794d4ef4edc4e4782207d3ab5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E7=A7=A6=E5=A7=8B=E7=9A=87?= Date: Thu, 26 Sep 2024 20:36:10 -0700 Subject: [PATCH] Update config.json --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index d6893ba..a7233d6 100644 --- a/config.json +++ b/config.json @@ -7,6 +7,7 @@ "cookie_secret": "1234567890abcdefghijklmnopqrstuv", "openai_base_url": "https://api.openai.com/v1", "openai_api_key": "sk-xxx", + "moderation_model": "omni-moderation-latest", "moderation_enabled": false, "signup_enabled": false }