lencx / ChatGPT

🔮 ChatGPT Desktop Application (Mac, Windows and Linux)
https://nofwl.com
52.83k stars 5.95k forks source link

[Feature] Click the "up" arrow to get last inputed prompt #231

Open nhershy opened 1 year ago

nhershy commented 1 year ago

Feature description

Many times when talking with ChatGPT, the user has to attempt to rephrase his prompt a few times to get the desired response from ChatGPT. Currently, this means copying the old prompt from above and pasting back into the text area. It would be nice if it acted more like a Linux terminal where the "up" arrow can be clicked to cycle through previous prompts for efficiency.

I think all prompts should be added to a stack, and when the "up" arrow is pressed, it can retrieve the latest input prompts in reverse order.

Motivation

For efficiently rephrasing prompts to get the desired ChatGPT response

Alternatives

Just copy/pasting which takes longer and gets tedious

Additional context

No response

lencx commented 1 year ago

It seems to be very interesting. I'll try it in a future version, can't give a specific time for now as I've already invested too much time in this project.