mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 04:05:55 +08:00
Fix: legacy image upload compatible (#10803)
This commit is contained in:
parent
9861279395
commit
3e2b8a8d02
@ -389,7 +389,10 @@ const TextGeneration: FC<IMainProps> = ({
|
|||||||
|
|
||||||
const { user_input_form, more_like_this, file_upload, text_to_speech }: any = appParams
|
const { user_input_form, more_like_this, file_upload, text_to_speech }: any = appParams
|
||||||
setVisionConfig({
|
setVisionConfig({
|
||||||
...file_upload.image,
|
// legacy of image upload compatible
|
||||||
|
...file_upload,
|
||||||
|
transfer_methods: file_upload.allowed_upload_methods,
|
||||||
|
// legacy of image upload compatible
|
||||||
image_file_size_limit: appParams?.system_parameters?.image_file_size_limit,
|
image_file_size_limit: appParams?.system_parameters?.image_file_size_limit,
|
||||||
fileUploadConfig: appParams?.system_parameters,
|
fileUploadConfig: appParams?.system_parameters,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user