Unverified Commit d42df4ed authored by Chenhe Gu's avatar Chenhe Gu Committed by GitHub

let citation show on webapp (#2161)

parent 6d941263
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment