mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #1995] playground - ability to save existing sessions #28245
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 @anuragphadke on GitHub (May 6, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1995
Is your feature request related to a problem? Please describe.
http://localhost:3000/playground : The playground URL offers an easy way to test prompts etc, however, all history is lost when we refresh the page / close the tab. This makes it painful to create it every time we need it, plus ability to generate code via one-click will be super helpful.
Describe the solution you'd like
Ability to save playground sessions as a preset, view as a code (starting with curl or node), and ability to share (though unsure how we can do it if we are hosting locally)
Describe alternatives you've considered
Currently, I do it manually every-time, and it takes a lot of time.
Additional context
https://github.com/open-webui/open-webui/issues/665 I looked in this in terms of pointers to save profiles.. appreciate any pointers here, and can contribute back via PR.
@tjbck commented on GitHub (May 6, 2024):
Great idea, Let's continue our discussion here: #2000
@jtc1246 commented on GitHub (Jul 13, 2024):
Can use this, https://github.com/jtc1246/openai-playground.