mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
🚀 feat: Add Custom Welcome Message in librechat.yaml
(#5870)
* feat: Custom Welcome Message (#2967) * don't think I'm on the right path? * ✨ feat: Implement custom welcome message configuration in interface
This commit is contained in:
parent
b404e372ec
commit
2a74ceb630
4 changed files with 14 additions and 6 deletions
|
@ -9,6 +9,7 @@ cache: true
|
|||
|
||||
# Custom interface configuration
|
||||
interface:
|
||||
customWelcome: "Welcome to LibreChat! Enjoy your experience."
|
||||
# Privacy policy settings
|
||||
privacyPolicy:
|
||||
externalUrl: 'https://librechat.ai/privacy-policy'
|
||||
|
@ -81,7 +82,7 @@ registration:
|
|||
# model: ''
|
||||
# voices: ['']
|
||||
|
||||
#
|
||||
#
|
||||
# stt:
|
||||
# openai:
|
||||
# url: ''
|
||||
|
@ -234,10 +235,10 @@ endpoints:
|
|||
# Recommended: Drop the stop parameter from the request as Openrouter models use a variety of stop tokens.
|
||||
dropParams: ['stop']
|
||||
modelDisplayLabel: 'OpenRouter'
|
||||
|
||||
|
||||
# Portkey AI Example
|
||||
- name: "Portkey"
|
||||
apiKey: "dummy"
|
||||
apiKey: "dummy"
|
||||
baseURL: 'https://api.portkey.ai/v1'
|
||||
headers:
|
||||
x-portkey-api-key: '${PORTKEY_API_KEY}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue