mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #2914] Feature Request: "Send to Playground" Button #51731
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 @F0x06 on GitHub (Jun 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2914
Is your feature request related to a problem? Please describe.
When working with various setups, including but not limited to Retrieval-Augmented Generation (RAG), I often encounter multiple issues with handling prompts and context. It's frustrating to manually extract and copy the full message from logs for experimentation on different models.
Describe the solution you'd like
I would like to have a "send to playground" button. This feature would allow users to copy the prompt, including the
<context>, from any setup directly to the playground for seamless experimentation on different models without the need for manual extraction.Describe alternatives you've considered
Currently, the only alternative is to manually copy the full message from the logs and paste it into the playground, which is time-consuming and prone to errors.
Additional context
Adding this feature would streamline the workflow and improve efficiency for users dealing with various setups.
maybe an additional button here is a good option for this ?
Best regards,
F0x
@tjbck commented on GitHub (Jun 7, 2024):
Great idea! Let's continue our discussion #2565