mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #8211] Examples in tag template #53707
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 @robertvazan on GitHub (Dec 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8211
Feature Request
Is your feature request related to a problem? Please describe.
Smaller models like
qwen2.5:0.5busually fail to produce tags with the current default template.Describe the solution you'd like
The template below works better thanks to examples and more conventional formatting:
I actually have other customizations in the template (notably
{{prompt:middletruncate:1000}}instead of{{MESSAGES:END:6}}), but examples and the ALL CAPS at the end are probably the key changes. Examples listed in this template are rather random and they could use broadening into non-technical areas, but the point is to focus on examples that small models understand instead of lengthy instructions that tend to be challenging even for frontier models.