szczyglis-dev / py-gpt

Desktop AI Assistant powered by GPT-4, GPT-4 Vision, GPT-3.5, DALL-E 3, Langchain, Llama-index, chat, vision, voice control, image generation and analysis, autonomous agents, code and command execution, file upload and download, speech synthesis and recognition, access to Web, memory, prompt presets, plugins, assistants & more. Linux, Windows, Mac.
https://pygpt.net
MIT License
449 stars 92 forks source link

feature request - box per prompt or response, with delete/edit options #46

Open glinkot opened 2 months ago

glinkot commented 2 months ago

In the 'chat' window, the prompt (grey in my example) and response (white) run together in one window.

I see an 'edit' checkbox below the chat window, that lets me remove one part of the conversation, but it isn't super obvious which bit will be deleted. Better would be a box per prompt or response, each with such buttons, so you know what it is you're removing.

Would be super helpful! Also very useful to understand what came from yourself vs it.

image

szczyglis-dev commented 2 months ago

Chat messages from release 2.1.76 are now displayed in blocks. ;)

messages

(Block display can be turned off via Menu -> Config -> Theme -> Display blocks)

glinkot commented 2 months ago

Fantastic!!