mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #21089] Feature request: Model-specific welcome/intro message for new chats #106372
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.