Button to redo gpt reply
Thanks for the awesome app. Is it possible to add the ability to redo the last gpt reply? Even better would also be the ability to edit your own message and recieve new response like in chatgpt, but I'm not sure how feasible that is with the API.
Hi,
Is it possible to add the ability to redo the last gpt reply?
I have this listed as Regenerate. I haven't implemented it yet since I don't use that feature much.
Even better would also be the ability to edit your own message and recieve new response like in chatgpt, but I'm not sure how feasible that is with the API.
This is possible with the API. The updated conversation can be sent to the API to get a new response.
Thanks for your reply. It's good to know that both features are implementable.
I played around with the App, and I'd say the biggest problem is the "model's maximum context length is 4097" message. I was trying to write a story and it was actually quite short.
I wonder how does chatgpt gets around the context length limitation, does it just ignore older messages?