danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
17.62k stars 2.92k forks source link

Enhancement: Custom Welcome Message #2967

Open lindner-tj opened 3 months ago

lindner-tj commented 3 months ago

What features would you like to see added?

Hello All, currently a new GPT chat page just says "How can I help you today?" I would like to customize this message (or add another) to something like "Chat GPT - don't upload sensitive data". As a general note to our less tech-savvy users.

More details

Inlcuding an option for this in the .env file would be great.

Which components are impacted by your request?

UI

Pictures

No response

Code of Conduct

felixthekraut commented 3 months ago

This can be done today via modelSpecs - greeting.

lindner-tj commented 3 months ago

This can be done today via modelSpecs - greeting.

Thank you, it works!

lindner-tj commented 3 months ago

@felixthekraut Sorry for reopening, but is there a way to use the greeting option without taking away the sliders for temperature, Top-P, and penalties?

danny-avila commented 3 months ago

@felixthekraut Sorry for reopening, but is there a way to use the greeting option without taking away the sliders for temperature, Top-P, and penalties?

not currently but customizing the message should be easy enough. Will update it soon