mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #24103] feat: Add controls toggle to the playground #35716
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 @jellz77 on GitHub (Apr 24, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24103
Check Existing Issues
Verify Feature Scope
Problem Description
The playground is missing the toggles for Controls (e.g. temperature, top p, num ctx, etc.). You're unable to effectively debug a user prompt since you have to update parameters at the model level vs the playground chat level.
Desired Solution you'd like
Add the control toggles to the playground feature similar to how it's available in the main chat screen.
Alternatives Considered
No response
Additional Context
No response