Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support message editing / retries by replying to self #1

Open
jmpaz opened this issue Dec 10, 2022 · 1 comment
Open

Support message editing / retries by replying to self #1

jmpaz opened this issue Dec 10, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@jmpaz
Copy link

jmpaz commented Dec 10, 2022

Where ChatGPT really shines is in the context of dialog, and in the web client, the ability to retry and edit messages – going back at any time to an earlier point to reword a prompt.

Appreciate your work and polish so far! Excited to use this over the telegram client as I'm more of a discord native, and organizing conversations across threads and servers is a joy. But without the ability to modify my previous messages, I can't really use this bot over the web version for more complex prompts yet.

Suggestion

Perhaps /retry and /edit commands would be appropriate:

  • If a user uses /edit by itself, the sent message will be used as the input for an edit of the previously sent message
  • Same as above if a user replies to a message with an @bot mention plus the /edit command; with /retry, resends the message from that point in the conversation (same as clicking edit in the web interface and clicking "save & send")

Example case:
image

In this basic example, the message "what time is it?" would be replaced with the text following /edit and sent through with the "save & send" button.

assuming they're from the same ChatGPT thread, messages should be editable at any point in the conversation, as they are in the web version. With this feature, 90%+ of my ChatGPT usage would be via this bot :)

@m1guelpf m1guelpf added the help wanted Extra attention is needed label Dec 11, 2022
@m1guelpf
Copy link
Owner

Would accept a PR for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants