mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Add the option to disable OpenAI moderation for Nora
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user