浏览代码

let citation show on webapp (#2161)

Chenhe Gu 1 年之前
父节点
当前提交
d42df4ed04
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,