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

Feature Request: Editable Messages #44

Open
turnercore opened this issue May 4, 2023 · 0 comments
Open

Feature Request: Editable Messages #44

turnercore opened this issue May 4, 2023 · 0 comments

Comments

@turnercore
Copy link

Something that is missing from even the official ChatGPT page is the ability to edit all messages, not just the user messages. I'd like to be able to edit any message within the chat conversation, and all future requests would be updated with the other information. Specifically I'd like to see the ability to edit the 'system' message at the start of the chat to define how you want the AI to behave, as well as the user and AI response chats.

An easy to see use-case for this is having the AI generate code, but it uses a variable name that you don't like. Instead of going back and forth with it to fix it, you can just edit it's code to include the correct name, all future messages should use that variable name instead.

In addition it would be useful to be able to entirely delete messages. For instance you could have a couple of messages that setup the AI to do a task, then a message asking it to do a task, (generate a Jest test for a given function, for example), then when you want a new one you can just delete the response and your message and send another request without having to do all the setup messages.

Being able to manipulate the chat history seems extremely useful, and should be doable based on the OpenAI API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant