LibreChat / librechat.yaml
kkhfiles's picture
Update librechat.yaml
0713136 verified
Raw
History Blame Contribute Delete
2.23 kB
# 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