[GH-ISSUE #12189] issue: I upgraded to 0.5.20 and it doesn't generate dialog titles #32028

Closed
opened 2026-04-25 05:54:59 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @leioukupo on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12189

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Docker

Open WebUI Version

0.5.20

Ollama Version (if applicable)

none

Operating System

linux debian12

Browser (if applicable)

edge latest

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have listed steps to reproduce the bug in detail.

Expected Behavior

After I initiate a conversation, the appropriate title should be generated based on the content of my conversation

Actual Behavior

But it's not being generated

Steps to Reproduce

just chat with ai

Logs & Screenshots

! Image
Neither the default prompt nor custom prompts are generated
this is my custom prompts
通过聊天记录创建一个具体且简洁的标题,用于概括对话主题。标题为中文,其中关键字可为原始语言。

标题要求:

  1. 标题要具体反映讨论的话题、目标或主题。
  2. 标题字数限制在15字以内,不宜过长!
  3. 避免使用引号或特殊格式。
  4. 开头必须有emoji,emoji 取决于聊天主题内容或具体某一元素

标题格式

emoji + 空格 + 标题描述

输出:

JSON 格式 : { "title": "你归纳的标题" }

输出示例:

  • { "title": "📉 股市的定义" }
  • { "title": "🍪 巧克力曲奇制作方法" }
  • { "title": "🔤 单词 provide 的用法" }
  • { "title": "🎮 游戏开发流程" }

Chat History:

<chat_history>
{{MESSAGES:END:2}}
</chat_history>

Additional Information

The tags are not generated either
Tags I used the default prompt words

Originally created by @leioukupo on GitHub (Mar 30, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/12189 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Docker ### Open WebUI Version 0.5.20 ### Ollama Version (if applicable) none ### Operating System linux debian12 ### Browser (if applicable) edge latest ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have listed steps to reproduce the bug in detail. ### Expected Behavior After I initiate a conversation, the appropriate title should be generated based on the content of my conversation ### Actual Behavior But it's not being generated ### Steps to Reproduce just chat with ai ### Logs & Screenshots ! [Image](https://github.com/user-attachments/assets/96055771-6ea8-433f-9433-d6380f0863a8) Neither the default prompt nor custom prompts are generated this is my custom prompts 通过聊天记录创建一个具体且简洁的标题,用于概括对话主题。标题为中文,其中关键字可为原始语言。 ## 标题要求: 1. 标题要具体反映讨论的话题、目标或主题。 2. 标题字数限制在15字以内,不宜过长! 3. 避免使用引号或特殊格式。 4. 开头必须有emoji,emoji 取决于聊天主题内容或具体某一元素 ## 标题格式 emoji + 空格 + 标题描述 ## 输出: JSON 格式 : { "title": "你归纳的标题" } ### 输出示例: - { "title": "📉 股市的定义" } - { "title": "🍪 巧克力曲奇制作方法" } - { "title": "🔤 单词 provide 的用法" } - { "title": "🎮 游戏开发流程" } ## Chat History: <chat_history> {{MESSAGES:END:2}} </chat_history> ### Additional Information The tags are not generated either Tags I used the default prompt words
GiteaMirror added the bug label 2026-04-25 05:54:59 -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#32028