When using reasoning model, user gets the reasoning block as the chat title. This patch
Fixed
bad title generation issue in reasoning models
Screenshots or Videos
🔄 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/9016
**Author:** [@kagesenshi](https://github.com/kagesenshi)
**Created:** 1/28/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `reasoning-title`
---
### 📝 Commits (3)
- [`2dec62f`](https://github.com/open-webui/open-webui/commit/2dec62f190b0585d2a43f86548c434b011928ba5) rectify title generation issue in reasoning models
- [`8f5cd77`](https://github.com/open-webui/open-webui/commit/8f5cd77791ba4844cb42310efd41df310a9ea8f7) strip detail block alongside standard reasoning tag
- [`69e0da9`](https://github.com/open-webui/open-webui/commit/69e0da9ae0e7d22fdf4cd35d4bfa49cb00790c5c) remove token limit in title generation to play nice with reasoning model
### 📊 Changes
**2 files changed** (+20 additions, -9 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/open_webui/routers/tasks.py` (+9 -9)
📝 `backend/open_webui/utils/misc.py` (+11 -0)
</details>
### 📄 Description
# Changelog Entry
### Description
- When using reasoning model, user gets the reasoning block as the chat title. This patch
### Fixed
- bad title generation issue in reasoning models
### Screenshots or Videos

---
<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/9016
Author: @kagesenshi
Created: 1/28/2025
Status: ❌ Closed
Base:
dev← Head:reasoning-title📝 Commits (3)
2dec62frectify title generation issue in reasoning models8f5cd77strip detail block alongside standard reasoning tag69e0da9remove token limit in title generation to play nice with reasoning model📊 Changes
2 files changed (+20 additions, -9 deletions)
View changed files
📝
backend/open_webui/routers/tasks.py(+9 -9)📝
backend/open_webui/utils/misc.py(+11 -0)📄 Description
Changelog Entry
Description
Fixed
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.