mirror of
https://github.com/langgenius/dify.git
synced 2025-06-27 05:30:04 +00:00
8 lines
318 B
Python
8 lines
318 B
Python
![]() |
# The two constants below should keep in sync.
|
||
|
# Default content type for files which have no explicit content type.
|
||
|
|
||
|
DEFAULT_MIME_TYPE = "application/octet-stream"
|
||
|
# Default file extension for files which have no explicit content type, should
|
||
|
# correspond to the `DEFAULT_MIME_TYPE` above.
|
||
|
DEFAULT_EXTENSION = ".bin"
|