mask prompt disabling

This commit is contained in:
DirkSchlossmacher 2023-10-24 07:18:58 +02:00
parent 89ac18d035
commit f3de44018b

View File

@ -37,9 +37,9 @@ export const DEFAULT_CONFIG = {
enableAutoGenerateTitle: true, enableAutoGenerateTitle: true,
sidebarWidth: DEFAULT_SIDEBAR_WIDTH, sidebarWidth: DEFAULT_SIDEBAR_WIDTH,
disablePromptHint: false, disablePromptHint: true,
dontShowMaskSplashScreen: false, // dont show splash screen when create chat dontShowMaskSplashScreen: true, // dont show splash screen when create chat
hideBuiltinMasks: false, // dont add builtin masks hideBuiltinMasks: false, // dont add builtin masks
customModels: "", customModels: "",