mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16856] feat: Support for Seed-OSS model #18076
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 @bgreene2 on GitHub (Aug 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16856
Check Existing Issues
Problem Description
Bytedance Seed-OSS uses new tags to delimit its reasoning:
<seed:think>,</seed:think>. Open WebUI doesn't parse this, so the thinking isn't separated.Desired Solution you'd like
Open WebUI recognizes
<seed:think></seed:think>as<think></think>tags.Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Aug 25, 2025):
A related PR has been opened - https://github.com/open-webui/open-webui/pull/16880
@tjbck commented on GitHub (Aug 26, 2025):
Closing in favour of #16930