mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #9091] [Feature Request] Proper chat summarization thumbnails for deepseek-r1 and other models with <think> tokens #30909
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?
Originally created by @DylanWaken on GitHub (Jan 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9091
Feature Request
Is your feature request related to a problem? Please describe.
The functionality for generating a short summary for each chat does not work for models with
<think>tokens (like OpenAI o1 or Deepseek R1, this image shows how the ui works with llama-3.3 and deepseek-r1 both running locally on Ollama backend).Describe the solution you'd like
A simple separation for the component and the reply, then run summarization like other models.
Otherwise, it is extremely difficult to navigate past chats right now.
Thanks!