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

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +32 -16
librechat.yaml CHANGED
@@ -7,32 +7,48 @@ cache: true
7
  fileConfig:
8
  disabled: false # ํŒŒ์ผ ๊ธฐ๋Šฅ ์ „์ฒด ํ™œ์„ฑํ™”
9
  supportedMimeTypes: # ์ง€์› ํŒŒ์ผ ์œ ํ˜• (PDF, ์ด๋ฏธ์ง€ ๋“ฑ)
10
- - application/pdf
11
  - text/plain
12
  - text/markdown
13
  - text/csv
14
  - text/html
15
  - application/json
16
- - application/msword
17
- - application/vnd.openxmlformats-officedocument.wordprocessingml.document
18
- - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
19
- - application/vnd.openxmlformats-officedocument.presentationml.presentation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  - image/jpeg
21
  - image/png
22
  - image/gif
23
  - image/webp
24
- - text/x-python # Python (.py)
25
- - text/javascript # JavaScript (.js)
26
- - text/typescript # TypeScript (.ts)
27
- - text/css # CSS (.css)
28
- - text/x-c # C, C++, C Header (.c, .cpp, .h)
29
- - text/x-csharp # C# (.cs)
30
- - text/x-java-source # Java (.java)
31
- - application/xml # XML (.xml)
32
- - text/yaml # YAML (.yml, .yaml)
33
- - application/x-sh # Shell Script (.sh)
34
- - application/sql # SQL (.sql)
35
  - application/octet-stream
 
36
  serverFileSizeLimit: 100 # ์„œ๋ฒ„ ์ „์ฒด ํŒŒ์ผ ํฌ๊ธฐ ์ œํ•œ (MB, HF storage ๊ณ ๋ ค)
37
  fileSizeLimit: 50 # ๊ฐœ๋ณ„ ํŒŒ์ผ ํฌ๊ธฐ ์ œํ•œ (MB)
38
  totalSizeLimit: 200 # ์ด ์—…๋กœ๋“œ ํฌ๊ธฐ ์ œํ•œ (MB)
 
7
  fileConfig:
8
  disabled: false # ํŒŒ์ผ ๊ธฐ๋Šฅ ์ „์ฒด ํ™œ์„ฑํ™”
9
  supportedMimeTypes: # ์ง€์› ํŒŒ์ผ ์œ ํ˜• (PDF, ์ด๋ฏธ์ง€ ๋“ฑ)
10
+ # ------------------ ๊ธฐ๋ณธ ํ…์ŠคํŠธ ๋ฐ ๋ฐ์ดํ„ฐ ------------------
11
  - text/plain
12
  - text/markdown
13
  - text/csv
14
  - text/html
15
  - application/json
16
+ - application/xml
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
32
+ - text/x-python
33
+ - text/x-java-source
34
+ - text/x-c
35
+ - text/x-csharp
36
+ - text/x-groovy
37
+ - application/x-sh
38
+ - application/sql
39
+
40
+ # ------------------ ๊ธฐํƒ€ ๋ฐ ์ด๋ฏธ์ง€ ------------------
41
  - image/jpeg
42
  - image/png
43
  - image/gif
44
  - image/webp
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)