From d42df4ed042e8ae4deaca07b0f1de1e23f20fe44 Mon Sep 17 00:00:00 2001 From: Chenhe Gu Date: Wed, 24 Jan 2024 13:57:11 +0800 Subject: [PATCH] let citation show on webapp (#2161) --- web/app/components/share/chat/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/share/chat/index.tsx b/web/app/components/share/chat/index.tsx index 5381ada3b3..c521f045e6 100644 --- a/web/app/components/share/chat/index.tsx +++ b/web/app/components/share/chat/index.tsx @@ -898,7 +898,7 @@ const Main: FC = ({ suggestionList={suggestedQuestions} isShowSpeechToText={speechToTextConfig?.enabled} isShowTextToSpeech={textToSpeechConfig?.enabled} - isShowCitation={citationConfig?.enabled && isInstalledApp} + isShowCitation={citationConfig?.enabled} visionConfig={{ ...visionConfig, image_file_size_limit: fileUploadConfigResponse ? fileUploadConfigResponse.image_file_size_limit : visionConfig.image_file_size_limit,