mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-30 22:35:12 +08:00
let citation show on webapp (#2161)
This commit is contained in:
parent
6d94126368
commit
d42df4ed04
@ -898,7 +898,7 @@ const Main: FC<IMainProps> = ({
|
|||||||
suggestionList={suggestedQuestions}
|
suggestionList={suggestedQuestions}
|
||||||
isShowSpeechToText={speechToTextConfig?.enabled}
|
isShowSpeechToText={speechToTextConfig?.enabled}
|
||||||
isShowTextToSpeech={textToSpeechConfig?.enabled}
|
isShowTextToSpeech={textToSpeechConfig?.enabled}
|
||||||
isShowCitation={citationConfig?.enabled && isInstalledApp}
|
isShowCitation={citationConfig?.enabled}
|
||||||
visionConfig={{
|
visionConfig={{
|
||||||
...visionConfig,
|
...visionConfig,
|
||||||
image_file_size_limit: fileUploadConfigResponse ? fileUploadConfigResponse.image_file_size_limit : visionConfig.image_file_size_limit,
|
image_file_size_limit: fileUploadConfigResponse ? fileUploadConfigResponse.image_file_size_limit : visionConfig.image_file_size_limit,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user