Spaces:
Runtime error
Runtime error
Update librechat.yaml
Browse files- librechat.yaml +1 -11
librechat.yaml
CHANGED
|
@@ -7,7 +7,6 @@ cache: true
|
|
| 7 |
fileConfig:
|
| 8 |
disabled: false # ํ์ผ ๊ธฐ๋ฅ ์ ์ฒด ํ์ฑํ
|
| 9 |
supportedMimeTypes: # ์ง์ ํ์ผ ์ ํ (PDF, ์ด๋ฏธ์ง ๋ฑ)
|
| 10 |
-
# ------------------ ๊ธฐ๋ณธ ํ
์คํธ ๋ฐ ๋ฐ์ดํฐ ------------------
|
| 11 |
- text/plain
|
| 12 |
- text/markdown
|
| 13 |
- text/csv
|
|
@@ -17,15 +16,11 @@ fileConfig:
|
|
| 17 |
- text/xml
|
| 18 |
- text/yaml
|
| 19 |
- application/x-yaml
|
| 20 |
-
|
| 21 |
-
# ------------------ ๋ฌธ์ ๋ฐ ์คํผ์ค ------------------
|
| 22 |
- application/pdf
|
| 23 |
- application/msword # .doc
|
| 24 |
- application/vnd.openxmlformats-officedocument.wordprocessingml.document # .docx
|
| 25 |
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet # .xlsx
|
| 26 |
- application/vnd.openxmlformats-officedocument.presentationml.presentation # .pptx
|
| 27 |
-
|
| 28 |
-
# ------------------ ์ฃผ์ ํ๋ก๊ทธ๋๋ฐ ์ธ์ด ------------------
|
| 29 |
- text/javascript
|
| 30 |
- text/typescript
|
| 31 |
- text/css
|
|
@@ -36,8 +31,6 @@ fileConfig:
|
|
| 36 |
- text/x-groovy
|
| 37 |
- application/x-sh
|
| 38 |
- application/sql
|
| 39 |
-
|
| 40 |
-
# ------------------ ๊ธฐํ ๋ฐ ์ด๋ฏธ์ง ------------------
|
| 41 |
- image/jpeg
|
| 42 |
- image/png
|
| 43 |
- image/gif
|
|
@@ -45,10 +38,7 @@ fileConfig:
|
|
| 45 |
- text/x-diff
|
| 46 |
- text/x-patch
|
| 47 |
- text/x-java-properties
|
| 48 |
-
|
| 49 |
-
# ------------------ ํ์ฅ์ ์๋ ํ์ผ ๋ฑ์ ์ํ ์ตํ์ ๋ณด๋ฃจ ------------------
|
| 50 |
-
- application/octet-stream
|
| 51 |
-
|
| 52 |
serverFileSizeLimit: 100 # ์๋ฒ ์ ์ฒด ํ์ผ ํฌ๊ธฐ ์ ํ (MB, HF storage ๊ณ ๋ ค)
|
| 53 |
fileSizeLimit: 50 # ๊ฐ๋ณ ํ์ผ ํฌ๊ธฐ ์ ํ (MB)
|
| 54 |
totalSizeLimit: 200 # ์ด ์
๋ก๋ ํฌ๊ธฐ ์ ํ (MB)
|
|
|
|
| 7 |
fileConfig:
|
| 8 |
disabled: false # ํ์ผ ๊ธฐ๋ฅ ์ ์ฒด ํ์ฑํ
|
| 9 |
supportedMimeTypes: # ์ง์ ํ์ผ ์ ํ (PDF, ์ด๋ฏธ์ง ๋ฑ)
|
|
|
|
| 10 |
- text/plain
|
| 11 |
- text/markdown
|
| 12 |
- text/csv
|
|
|
|
| 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
|
|
|
|
| 31 |
- text/x-groovy
|
| 32 |
- application/x-sh
|
| 33 |
- application/sql
|
|
|
|
|
|
|
| 34 |
- image/jpeg
|
| 35 |
- image/png
|
| 36 |
- image/gif
|
|
|
|
| 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)
|