mirror of
https://github.com/langgenius/dify.git
synced 2025-11-06 05:44:10 +00:00
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
|
|
export const FILE_SIZE_LIMIT = 15 * 1024 * 1024
|
||
|
|
|
||
|
|
export const FILE_URL_REGEX = /^(https?|ftp):\/\//
|