kkhfiles commited on
Commit
435ec38
ยท
verified ยท
1 Parent(s): 7b288c0

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. 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)