File size: 2,226 Bytes
3772222
fc0e1c9
3772222
 
0fc8219
3772222
20bd81e
217fe04
5f68ad7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217fe04
f8557af
 
 
217fe04
 
bcfd6fb
 
 
 
 
 
85d1d9a
bcfd6fb
 
0713136
a746584
 
 
 
 
 
 
 
 
 
 
 
 
97a5c8e
bcfd6fb
 
 
85d1d9a
bcfd6fb
 
 
1f454e2
a746584
 
 
 
97a5c8e
bcfd6fb
 
 
977011f
ab193d7
bcfd6fb
 
a746584
 
 
 
bcfd6fb
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Configuration version (required)
version: 1.2.8

# Cache settings: Set to true to enable caching
cache: true

fileConfig:
  endpoints:
    # OpenAI (gpt-4o, gpt-4-turbo λ“±)λ₯Ό μœ„ν•œ μ„€μ •
    openAI:
      fileLimit: 10
      fileSizeLimit: 25
      totalSizeLimit: 100
      supportedMimeTypes:
        - ".*"

    # Anthropic (Claude 3 Opus, Sonnet λ“±)을 μœ„ν•œ μ„€μ •
    anthropic:
      fileLimit: 10
      fileSizeLimit: 25   # λ‹¨μœ„: MB
      totalSizeLimit: 100
      supportedMimeTypes:
        - ".*" # μ •κ·œμ‹: λͺ¨λ“  파일 ν˜•μ‹ ν—ˆμš©

    # Google (Gemini Pro λ“±)을 μœ„ν•œ μ„€μ •
    google:
      fileLimit: 10
      fileSizeLimit: 25
      totalSizeLimit: 100
      supportedMimeTypes:
        - ".*" # μ •κ·œμ‹: λͺ¨λ“  파일 ν˜•μ‹ ν—ˆμš©

    # μœ„μ—μ„œ μ§€μ •λ˜μ§€ μ•Šμ€ λͺ¨λ“  μ—”λ“œν¬μΈνŠΈμ— λŒ€ν•œ κΈ°λ³Έ μ„€μ •
    default:
      fileLimit: 5
      fileSizeLimit: 20
      totalSizeLimit: 50
      supportedMimeTypes:
        - ".*"

# Definition of custom endpoints
endpoints:
  openAI:
    userProvided: true
    fetch: true
    tools: ["GoogleSearch"]
    models:
      default: ["gpt-5-mini"]
      # λ°˜λ“œμ‹œ μ•„λž˜μ™€ 같이 λ‹¨μˆœ λ¬Έμžμ—΄ 리슀트(Array) ν˜•νƒœμ—¬μ•Ό ν•©λ‹ˆλ‹€.
      fetch:
        - "gpt-5"
        - "gpt-5-chat-latest"
        - "gpt-5-mini"
        - "gpt-5-nano"
        - "o3"
        - "o3-pro"
        - "o3-mini"
        - "o3-deep-research"
        - "o4-mini"
        - "o4-mini-deep-research"
        - "gpt-5-codex"
        - "codex-mini-latest"

  anthropic:
    userProvided: true
    fetch: true
    tools: ["GoogleSearch"]
    headers:
      anthropic-version: '2023-06-01'
    models:
      default: ["claude-opus-4-5-20251101"]
      fetch:
        - "claude-sonnet-4-5-20250929"
        - "claude-opus-4-5-20251101"
        - "claude-haiku-4-5-20251001"

  google:
    userProvided: true
    fetch: true
    web_search: true
    tools: ["GoogleSearch"]
    models:
      default: ["gemini-2.5-flash"]
      fetch:
        - "gemini-2.5-pro"
        - "gemini-2.5-flash"
        - "gemini-2.5-flash-lite"

# See the Custom Configuration Guide for more information:
# https://docs.librechat.ai/install/configuration/custom_config.html