mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:32:16 +08:00
feat: multimodal support (image) (#27793)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -232,6 +232,9 @@ export type PluginProvider = {
|
||||
export type FileUploadConfigResponse = {
|
||||
batch_count_limit: number
|
||||
image_file_size_limit?: number | string // default is 10MB
|
||||
image_file_batch_limit: number // default is 10, for dataset attachment upload only
|
||||
single_chunk_attachment_limit: number // default is 10, for dataset attachment upload only
|
||||
attachment_image_file_size_limit: number // default is 2MB, for dataset attachment upload only
|
||||
file_size_limit: number // default is 15MB
|
||||
audio_file_size_limit?: number // default is 50MB
|
||||
video_file_size_limit?: number // default is 100MB
|
||||
|
||||
Reference in New Issue
Block a user