mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #9917] [MERGED] feat: Optional title generation #22437
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/9917
Author: @nachogmd
Created: 2/13/2025
Status: ✅ Merged
Merged: 2/13/2025
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (1)
c47eddcOptional title generation📊 Changes
43 files changed (+120 additions, -12 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/routers/tasks.py(+11 -0)📝
src/lib/components/admin/Settings/Interface.svelte(+27 -12)📝
src/lib/i18n/locales/ar-BH/translation.json(+2 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+2 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+2 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+2 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+2 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+2 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+2 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+2 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+2 -0)📝
src/lib/i18n/locales/en-US/translation.json(+2 -0)📝
src/lib/i18n/locales/eu-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+2 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+2 -0)📝
src/lib/i18n/locales/he-IL/translation.json(+2 -0)📝
src/lib/i18n/locales/hi-IN/translation.json(+2 -0)📝
src/lib/i18n/locales/hr-HR/translation.json(+2 -0)...and 23 more files
📄 Description
Changelog Entry
Description
Allow to configure optional title generation
Added
Changed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.