[GH-ISSUE #9091] [Feature Request] Proper chat summarization thumbnails for deepseek-r1 and other models with <think> tokens #30909

Closed
opened 2026-04-25 05:03:52 -05:00 by GiteaMirror · 0 comments
Owner

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.

Image

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!

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.** ![Image](https://github.com/user-attachments/assets/a7eb3404-1199-4171-985f-39cf3ad009f8) 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 <think> component and the reply, then run summarization like other models. Otherwise, it is extremely difficult to navigate past chats right now. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#30909