mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #661] [MERGED] Added the option to show the username in the chat in settings -> interface #20410
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/661
Author: @jannikstdl
Created: 2/6/2024
Status: ✅ Merged
Merged: 2/8/2024
Merged by: @tjbck
Base:
main← Head:username_option📝 Commits (2)
e1d4c87Added the option to show the username in the chat in settings -> interface783d8cfrefac📊 Changes
2 files changed (+30 additions, -2 deletions)
View changed files
📝
src/lib/components/chat/Messages/UserMessage.svelte(+3 -1)📝
src/lib/components/chat/Settings/Interface.svelte(+27 -1)📄 Description
Ok I added the functionality for the user to decide if his username of "You" will be displayed in the chat as shown in the video. As communicated its not global, every user decides itself, uses localStorage.
Default is off.
https://github.com/ollama-webui/ollama-webui/assets/69747628/fcec36d0-63ae-48c8-bb31-78044cd81977
Also merged the latest changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.