giosilvi / GPT-Prompter

Browser extension to get a fast prompt (of the selected text) for OpenAI`s GPT-3, GPT-4 & ChatGPT API . Available in the Chrome web store and Firefox browser add-ons
https://chrome.google.com/webstore/detail/gpt-prompter/lcgpdbficokndjodlcgflbhaibicompp/overview
MIT License
226 stars 54 forks source link

Feature Request: Add a Way to Edit Existing Prompt #18

Closed cquanu closed 1 year ago

cquanu commented 1 year ago

I have an existing prompt that I would like to edit, but the current UI does not offer a way to edit existing prompts. It would be great to have a way to edit existing prompts so that users could adjust or customize them to their preferences.

Relevant Issue Details

giosilvi commented 1 year ago

Hi @cquanu , I added some basic edit functionality. For the moment it basically copied the prompt with their parameter in the Prompt Design textbox, but it will not delete the old one when the user change parameters. I am not sure if it would be better to also remove the previous one as well, or is better like this, so that one can have both instances. What do you think?

cquanu commented 1 year ago

I think that's fine. Maybe you can follow the OpenAI playground concept where there's an save and save as new button.