From ff4074a8f1260c5f982c53053203ffec89d374cb Mon Sep 17 00:00:00 2001 From: LiLeeLing <158540825+LiLeeLing@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:28:48 +0800 Subject: [PATCH] remove default promts reminder --- app/components/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index b9750f285..c282db216 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -177,7 +177,7 @@ function PromptToast(props: { return (
- {props.showToast && ( + {props.showToast && context.length > 0 && (