feat: add setting to hide builtin masks

This commit is contained in:
Marcus Schiesser
2023-07-05 00:07:26 +07:00
parent 197ec0c29c
commit 74fa065266
17 changed files with 135 additions and 31 deletions

View File

@@ -29,6 +29,7 @@ export const DEFAULT_CONFIG = {
disablePromptHint: false,
dontShowMaskSplashScreen: false, // dont show splash screen when create chat
dontAddBuiltinMasks: false, // dont add builtin masks
modelConfig: {
model: "gpt-3.5-turbo" as ModelType,