From f3de44018b9467e2918307a579ccee578e89b185 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:18:58 +0200 Subject: [PATCH] mask prompt disabling --- app/store/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/store/config.ts b/app/store/config.ts index e43944a4a..1e7c1efac 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -37,9 +37,9 @@ export const DEFAULT_CONFIG = { enableAutoGenerateTitle: true, 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 customModels: "",