mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-24 12:02:21 -05:00
feat: Streamlined assisted editing in the playground #403
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 (Mar 3, 2024).
Is your feature request related to a problem? Please describe.
I understand that the playground was designed to be multi-purpose. I am testing its applicability to assisted editing as requested in #987. I draw inspiration from NovelAI and GitHub Copilot (except this is for text only). The idea is that I paste source content (notes, quotes, prior text, similar texts) at the top and then let the LLM generate final text while I read it top-down and make edits. Whenever I edit something, I want the LLM to regenerate the text that follows.
Since local models and especially the smaller ones need more guidance, particularly when the content is more challenging, the editing experience should be as streamlined as possible to allow frequent switching between LLM and manual writing.
Describe the solution you'd like
I am thinking of several changes that could make the playground practical for this use case:
Additional context
The idea here is to work with limitations and advantages of small local models. On one hand, these models require more guidance and thus more collaborative UI than cloud models. On the other hand, it is okay to waste compute resources on them, for example to support the above mentioned reactive generation.
@tjbck commented on GitHub (May 6, 2024):
Closing in favour of https://github.com/open-webui/open-webui/issues/2000, Let's continue our discussion there!