kkhfiles commited on
Commit
217fe04
Β·
verified Β·
1 Parent(s): fdd0353

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +22 -10
librechat.yaml CHANGED
@@ -4,17 +4,29 @@ version: 1.0.0
4
  # Cache settings: Set to true to enable caching
5
  cache: true
6
 
 
 
 
 
 
7
  fileConfig:
8
- disabled: false # 파일 κΈ°λŠ₯ 전체 ν™œμ„±ν™”
9
- supportedMimeTypes: # 지원 파일 μœ ν˜•
10
- - ^.*$
11
- serverFileSizeLimit: 100 # μ„œλ²„ 전체 파일 크기 μ œν•œ (MB, HF storage κ³ λ €)
12
- fileSizeLimit: 50 # κ°œλ³„ 파일 크기 μ œν•œ (MB)
13
- totalSizeLimit: 200 # 총 μ—…λ‘œλ“œ 크기 μ œν•œ (MB)
14
- rag: # RAG API둜 파일 처리 (무료 λ‚΄μž₯)
15
- disabled: false
16
- fileSizeLimit: 50
17
- totalSizeLimit: 150
 
 
 
 
 
 
 
18
 
19
  # Definition of custom endpoints
20
  endpoints:
 
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
 
31
  # Definition of custom endpoints
32
  endpoints: