gpt4all icon indicating copy to clipboard operation
gpt4all copied to clipboard

[Feature] Prevent the selection of another chat, while a reply is being generated (or, until it is completed)

Open SINAPSA-IC opened this issue 1 year ago • 0 comments
trafficstars

Feature Request

This can be seen in GPT4All v3.1.1:

  • in the list of chats on the left side, there are 2 chats.
  • both of them with the same LLM.
  • in the current one, a reply is being generated.
  • while the reply is being generated, click on/select the other chat.
  • that chat appears in all its glory, OK.
  • get back to the current chat, also by clicking on/selecting it: the generation of the reply has stopped, probably when the LLM associated with the other chat was loaded.

Suggestion: While a reply is being generated, all other/previous/existing chats should be inaccessible - their listitems disabled, greyed out, out of order.

Motivation: If the current reply is interrupted when selecting another chat, it stands to reason that the current reply should be completed, before the user could select another chat which may have even been carried out with another model.

img_ui23

SINAPSA-IC avatar Aug 02 '24 18:08 SINAPSA-IC