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.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/9876
**Author:** [@nachogmd](https://github.com/nachogmd)
**Created:** 2/12/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `main`
---
### 📝 Commits (2)
- [`7c685ae`](https://github.com/open-webui/open-webui/commit/7c685ae0c9e354fbb05503e300b809919ab7f16c) add environment variable to allow disabling Title Prompt Generation.
- [`30f45b7`](https://github.com/open-webui/open-webui/commit/30f45b716e756f678f9eadd73f820b0f0249da10) typo with title generation
### 📊 Changes
**43 files changed** (+84 additions, -14 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` (+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_
</details>
### 📄 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!
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.