mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #69] feat: edit model response (guiding model to a certain direction) #50588
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 @Notarin on GitHub (Nov 6, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/69
This is very simple, the ability to edit the models responses like in oobabooga, or more preferably something akin to the way you edit your prompts
@tjbck commented on GitHub (Nov 6, 2023):
Hi, I'm not sure If I'm getting what you're saying. could you elaborate a bit more? Thanks.
@Notarin commented on GitHub (Nov 6, 2023):
sure, the prompts i provide to the model, next to each one is an edit button, I would like there to be one next to the models responses as well, as the chat history is plain text and entirely mutable, so I would like to be able to edit its response, this is useful for what you want to guide the model in a direction, or assist it come to the right conclusion. Ive used this on playground and on oobabooga's UI and it's very useful.
@guilhermeaddr commented on GitHub (Nov 6, 2023):
Indeed, a necessary feature. This is useful for teaching the model how to behave.
@tjbck commented on GitHub (Nov 6, 2023):
Hi all,
I'll think of ways to implement this after https://github.com/jmorganca/ollama/pull/991 gets merged to main.
Thanks.
@guilhermeaddr commented on GitHub (Dec 5, 2023):
The PR was merged.
@tjbck commented on GitHub (Dec 5, 2023):
Actively working on this feature! I will add this long-awaited support right after the Ollama team releases the new version with the changes. Stay tuned, thanks!
@Notarin commented on GitHub (Dec 12, 2023):
fantastic! Thank you for the implementation of the requested feature!