kkhfiles commited on
Commit
fdd0353
ยท
verified ยท
1 Parent(s): 9cd9695

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +2 -33
librechat.yaml CHANGED
@@ -6,39 +6,8 @@ cache: true
6
 
7
  fileConfig:
8
  disabled: false # ํŒŒ์ผ ๊ธฐ๋Šฅ ์ „์ฒด ํ™œ์„ฑํ™”
9
- supportedMimeTypes: # ์ง€์› ํŒŒ์ผ ์œ ํ˜• (PDF, ์ด๋ฏธ์ง€ ๋“ฑ)
10
- - text/plain
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)