Parcourir la source

let citation show on webapp (#2161)

Chenhe Gu il y a 1 an
Parent
commit
d42df4ed04
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      web/app/components/share/chat/index.tsx

+ 1 - 1
web/app/components/share/chat/index.tsx

@@ -898,7 +898,7 @@ const Main: FC<IMainProps> = ({
                     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,