mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #2610] [CLOSED] feat: add ENABLE_MESSAGE_RATING for configurable message rating #7843
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/2610
Author: @cheahjs
Created: 5/27/2024
Status: ❌ Closed
Base:
dev← Head:feat/toggle-feedback📝 Commits (1)
187561efeat: add ENABLE_MESSAGE_RATING for configurable message rating📊 Changes
41 files changed (+209 additions, -1 deletions)
View changed files
📝
backend/apps/webui/main.py(+2 -0)📝
backend/config.py(+7 -0)📝
backend/main.py(+14 -0)📝
src/lib/apis/index.ts(+54 -0)📝
src/lib/components/admin/Settings/General.svelte(+28 -0)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+1 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+3 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+3 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+3 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+3 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+3 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+3 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+3 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+3 -0)📝
src/lib/i18n/locales/en-US/translation.json(+3 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+3 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+3 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+3 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+3 -0)📝
src/lib/i18n/locales/fr-FR/translation.json(+3 -0)...and 21 more files
📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Add
ENABLE_MESSAGE_RATINGto control whether or not the thumbs up/down buttons are shown to the user. This is configurable in the admin panel.Added
ENABLE_MESSAGE_RATINGto control whether or not the thumbs up/down buttons are shown to the user. This allows for a more configurable user experience, giving administrators the option to enable or disable message rating as needed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.