You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: