Add the option to disable OpenAI moderation for Nora

This commit is contained in:
barelyprofessional
2026-03-05 21:58:24 -06:00
parent 8daaf3c304
commit 829443283f
2 changed files with 30 additions and 23 deletions

View File

@@ -557,6 +557,8 @@ public static class BuiltIn
public static string ShuffleBmjUserId = "Shuffle.BmjUserId";
[BuiltInSetting("Bossman's current VIP level for reducing GraphQL hits", SettingValueType.Text, "SAPPHIRE_5")]
public static string ShuffleBmjVipLevel = "Shuffle.BmjVipLevel";
[BuiltInSetting("Whether OpenAI moderation is enabled", SettingValueType.Boolean, "false", BooleanRegex)]
public static string OpenAiModerationEnabled = "OpenAI.ModerationEnabled";
}
}