mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #7398] Feat: show/hide <Thought>'s for new CoT-finetuned models #14733
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 @philogicae on GitHub (Nov 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7398
Open source CoT-finetuned models (such as marco-o1) are beginning to show up. They use a specific format: first think, then answer. We are missing a simple option to show/hide the thinking process (<Thought>...</Thought>) in the UI (Ideally just to configure how to display tags in the output).
An example will be more explicit:
@kim-gtek commented on GitHub (Nov 27, 2024):
https://openwebui.com/f/matthewh/reasoning_manifold
Use this
@silentoplayz commented on GitHub (Nov 28, 2024):
Related PR - https://github.com/open-webui/open-webui/pull/7438