[PR #9917] [MERGED] feat: Optional title generation #22437

Closed
opened 2026-04-20 04:08:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: dev


📝 Commits (1)

  • c47eddc Optional 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

  • The boolean configuration var ENABLE_TITLE_GENERATION makes title generation optionaL

Changed

  • Changed tasks, main, config, interface settings and corresponding i18n files

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/9917 **Author:** [@nachogmd](https://github.com/nachogmd) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`c47eddc`](https://github.com/open-webui/open-webui/commit/c47eddce3275bf29430e0be75fa8e654e496f538) Optional title generation ### 📊 Changes **43 files changed** (+120 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description # Changelog Entry ### Description Allow to configure optional title generation ### Added - The boolean configuration var ENABLE_TITLE_GENERATION makes title generation optionaL ### Changed - Changed tasks, main, config, interface settings and corresponding i18n files --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 04:08:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#22437