Spaces:
Runtime error
Runtime error
Update librechat.yaml
Browse files- librechat.yaml +2 -33
librechat.yaml
CHANGED
|
@@ -6,39 +6,8 @@ cache: true
|
|
| 6 |
|
| 7 |
fileConfig:
|
| 8 |
disabled: false # ํ์ผ ๊ธฐ๋ฅ ์ ์ฒด ํ์ฑํ
|
| 9 |
-
supportedMimeTypes: # ์ง์ ํ์ผ ์ ํ
|
| 10 |
-
-
|
| 11 |
-
- text/markdown
|
| 12 |
-
- text/csv
|
| 13 |
-
- text/html
|
| 14 |
-
- application/json
|
| 15 |
-
- application/xml
|
| 16 |
-
- text/xml
|
| 17 |
-
- text/yaml
|
| 18 |
-
- application/x-yaml
|
| 19 |
-
- application/pdf
|
| 20 |
-
- application/msword # .doc
|
| 21 |
-
- application/vnd.openxmlformats-officedocument.wordprocessingml.document # .docx
|
| 22 |
-
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet # .xlsx
|
| 23 |
-
- application/vnd.openxmlformats-officedocument.presentationml.presentation # .pptx
|
| 24 |
-
- text/javascript
|
| 25 |
-
- text/typescript
|
| 26 |
-
- text/css
|
| 27 |
-
- text/x-python
|
| 28 |
-
- text/x-java-source
|
| 29 |
-
- text/x-c
|
| 30 |
-
- text/x-csharp
|
| 31 |
-
- text/x-groovy
|
| 32 |
-
- application/x-sh
|
| 33 |
-
- application/sql
|
| 34 |
-
- image/jpeg
|
| 35 |
-
- image/png
|
| 36 |
-
- image/gif
|
| 37 |
-
- image/webp
|
| 38 |
-
- text/x-diff
|
| 39 |
-
- text/x-patch
|
| 40 |
-
- text/x-java-properties
|
| 41 |
-
- application/octet-stream
|
| 42 |
serverFileSizeLimit: 100 # ์๋ฒ ์ ์ฒด ํ์ผ ํฌ๊ธฐ ์ ํ (MB, HF storage ๊ณ ๋ ค)
|
| 43 |
fileSizeLimit: 50 # ๊ฐ๋ณ ํ์ผ ํฌ๊ธฐ ์ ํ (MB)
|
| 44 |
totalSizeLimit: 200 # ์ด ์
๋ก๋ ํฌ๊ธฐ ์ ํ (MB)
|
|
|
|
| 6 |
|
| 7 |
fileConfig:
|
| 8 |
disabled: false # ํ์ผ ๊ธฐ๋ฅ ์ ์ฒด ํ์ฑํ
|
| 9 |
+
supportedMimeTypes: # ์ง์ ํ์ผ ์ ํ
|
| 10 |
+
- ^.*$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
serverFileSizeLimit: 100 # ์๋ฒ ์ ์ฒด ํ์ผ ํฌ๊ธฐ ์ ํ (MB, HF storage ๊ณ ๋ ค)
|
| 12 |
fileSizeLimit: 50 # ๊ฐ๋ณ ํ์ผ ํฌ๊ธฐ ์ ํ (MB)
|
| 13 |
totalSizeLimit: 200 # ์ด ์
๋ก๋ ํฌ๊ธฐ ์ ํ (MB)
|