kkhfiles commited on
Commit
f8557af
Β·
verified Β·
1 Parent(s): 65fbf10

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +3 -18
librechat.yaml CHANGED
@@ -4,27 +4,12 @@ version: 1.2.8
4
  # Cache settings: Set to true to enable caching
5
  cache: true
6
 
7
- # -----------------------------------------------------------------------------
8
- # File Configuration
9
- # -----------------------------------------------------------------------------
10
- # 'fileConfig'μ—μ„œλŠ” 파일 μ—…λ‘œλ“œμ™€ κ΄€λ ¨λœ λͺ¨λ“  섀정을 κ΄€λ¦¬ν•©λ‹ˆλ‹€.
11
- # -----------------------------------------------------------------------------
12
  fileConfig:
13
- # 'endpoints'λŠ” 각 AI λͺ¨λΈ μ—”λ“œν¬μΈνŠΈλ³„λ‘œ 파일 섀정을 λ‹€λ₯΄κ²Œ μ§€μ •ν•  수 있게 ν•©λ‹ˆλ‹€.
14
  endpoints:
15
- # 'default'λŠ” νŠΉμ • μ—”λ“œν¬μΈνŠΈμ— λŒ€ν•œ 섀정이 없을 경우 μ‚¬μš©λ˜λŠ” κΈ°λ³Έκ°’μž…λ‹ˆλ‹€.
16
  default:
17
- # disabled: 'true'둜 μ„€μ •ν•˜λ©΄ 이 μ—”λ“œν¬μΈνŠΈμ˜ 파일 μ—…λ‘œλ“œ κΈ°λŠ₯을 λΉ„ν™œμ„±ν™”ν•©λ‹ˆλ‹€.
18
- disabled: false
19
- # fileLimit: ν•œ λ²ˆμ— μ—…λ‘œλ“œν•  수 μžˆλŠ” μ΅œλŒ€ 파일 κ°œμˆ˜μž…λ‹ˆλ‹€.
20
- fileLimit: 10
21
- # fileSizeLimit: κ°œλ³„ 파일의 μ΅œλŒ€ ν¬κΈ°μž…λ‹ˆλ‹€. (λ‹¨μœ„: MB)
22
- fileSizeLimit: 50
23
- # totalSizeLimit: ν•œ λ²ˆμ— μ—…λ‘œλ“œν•˜λŠ” λͺ¨λ“  파일의 총 크기 합계 μ œν•œμž…λ‹ˆλ‹€. (λ‹¨μœ„: MB)
24
- totalSizeLimit: 100
25
- # supportedMimeTypes: ν—ˆμš©ν•  파일의 MIME νƒ€μž… λͺ©λ‘μž…λ‹ˆλ‹€.
26
- # ".*"λŠ” μ •κ·œμ‹μœΌλ‘œ, λͺ¨λ“  μ’…λ₯˜μ˜ 파일 ν˜•μ‹μ„ μ˜λ―Έν•©λ‹ˆλ‹€.
27
- # [κ²½κ³ ] λͺ¨λ“  파일 ν˜•μ‹μ„ ν—ˆμš©ν•˜λŠ” 것은 λ³΄μ•ˆμƒ μœ„ν—˜ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
28
  supportedMimeTypes:
29
  - ".*"
30
 
 
4
  # Cache settings: Set to true to enable caching
5
  cache: true
6
 
 
 
 
 
 
7
  fileConfig:
 
8
  endpoints:
 
9
  default:
10
+ fileLimit: 5
11
+ fileSizeLimit: 20
12
+ totalSizeLimit: 50
 
 
 
 
 
 
 
 
13
  supportedMimeTypes:
14
  - ".*"
15