mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-24 08:56:21 -05:00
[GH-ISSUE #21089] Feature request: Model-specific welcome/intro message for new chats #19377
Reference in New Issue
Block a user
Originally created by @thekirkulees on GitHub (Feb 1, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21089
Feature Request
Add an optional welcome message field for models that automatically displays when a user starts a new chat with that model.
Use Case
Custom models/agents often have specific commands, capabilities, or usage instructions. Currently users must:
A welcome message would surface this immediately, improving discoverability.
Proposed Behavior
Configuration
Could be implemented as:
welcome_messagefield in the model's meta configuration (Workspace → Models → Edit)Example
A model with custom slash commands could display:
Similar Patterns
Notes
This is different from:
This would be user-facing text displayed in the chat itself.