From a264973366171aad7dba86d0d3e6548943003fcf Mon Sep 17 00:00:00 2001 From: JzoNg Date: Fri, 22 Mar 2024 17:23:40 +0800 Subject: [PATCH] hide log panel in web app --- web/app/components/base/chat/chat/answer/operation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/chat/chat/answer/operation.tsx b/web/app/components/base/chat/chat/answer/operation.tsx index f37a41702d..df0cf65d36 100644 --- a/web/app/components/base/chat/chat/answer/operation.tsx +++ b/web/app/components/base/chat/chat/answer/operation.tsx @@ -75,7 +75,7 @@ const Operation: FC = ({ /> )} - {!isOpeningStatement && ( + {!isOpeningStatement && (showPromptLog || config?.text_to_speech?.enabled) && (
{showPromptLog && (