fmaclen / hollama

A minimal web-UI for talking to Ollama servers
https://hollama.fernando.is
MIT License
455 stars 37 forks source link

Session: add ability to edit a previously sent message by the user #109

Closed fmaclen closed 2 months ago

fmaclen commented 3 months ago

REF #9

Later we can allow editing assistant messages:

fmaclen commented 2 months ago

@GregoMac1 I'm wondering if it makes sense to split this issue in 2 parts: 1- Edit user message behavior 2- Edit assistant message behavior

I think editing the user message is more useful than editing the assistant message, so we can punt that part for later.

GregoMac1 commented 2 months ago

@fmaclen I was wondering on what should happen when the user edits a message and clicks Save & Run. Should the old response be deleted and replaced for the new response to the edited message?

fmaclen commented 2 months ago

Should the old response be deleted and replaced for the new response to the edited message?

@GregoMac1 Yeah, that's what I had in mind.