mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chat upload file
This commit is contained in:
@ -35,6 +35,7 @@ const ChatWrapper = forwardRef<ChatWrapperRefType>((_, ref) => {
|
||||
speech_to_text: features.speech2text,
|
||||
retriever_resource: features.citation,
|
||||
sensitive_word_avoidance: features.moderation,
|
||||
file_upload: features.file,
|
||||
}
|
||||
}, [features])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user