mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 23:38:13 -05:00
[PR #9876] [CLOSED] Add configuration parameter to disable title creation #9225
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/9876
Author: @nachogmd
Created: 2/12/2025
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (2)
7c685aeadd environment variable to allow disabling Title Prompt Generation.30f45b7typo with title generation📊 Changes
43 files changed (+84 additions, -14 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/routers/tasks.py(+10 -0)📝
src/lib/components/admin/Settings/Interface.svelte(+27 -14)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+1 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+1 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)📝
src/lib/i18n/locales/en-US/translation.json(+1 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/eu-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+1 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+1 -0)📝
src/lib/i18n/locales/he-IL/translation.json(+1 -0)...and 23 more files
📄 Description
Feature Request
It would be nice to allow configuring title creation like tags or completions.
Let me know any additional comments you need and thank you for your hard work
Is your feature request related to a problem? Please describe.
With comodity hardware prompting for tags, titles and completions it create bottlenecks in hardware
Describe the solution you'd like
I am attaching a patch which has been tested. I would like to contribute it.
Describe alternatives you've considered
No possible alternatives are possible. Title creation is always available
Additional context
Would it make sense to allow different models for different tasks like title, tags or completions?
If it makes sense I can work on it!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.