This commit is contained in:
Joel Hirzel 2026-04-05 02:24:10 +00:00 committed by GitHub
commit 982b564137
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 89 additions and 34 deletions

View file

@ -27,7 +27,18 @@ cache: true
# Custom interface configuration
interface:
customWelcome: 'Welcome to LibreChat! Enjoy your experience.'
customWelcome:
messages:
en:
- 'Welcome, {{user.name}}!'
- 'How can I help you today?'
es:
- 'Bienvenido, {{user.name}}!'
- 'En qué puedo ayudarte hoy?'
de:
- 'Willkommen, {{user.name}}!'
- 'Wie kann ich Ihnen heute helfen?'
includeTimeGreetings: true # Include "Good morning, {{username}}", "Good afternoon, {{username}}", etc.
# Enable/disable file search as a chatarea selection (default: true)
# Note: This setting does not disable the Agents File Search Capability.
# To disable the Agents Capability, see the Agents Endpoint configuration instead.