Breites Dialogfeld & Chatverlauf löschen & GPT in angegebener Sprache deklarieren
< Rückmeldungen auf ChatGPT verbessern
Thank you for developing such a useful script. A suggestion regarding the existing 'clear conversations' feature: ideally, this function should selectively keep certain important conversations (e.g., whose names begin with a special character, such as a '#'). This adjustment would allow users to mark the conversations they wish to keep, while your script clears the rest. I believe this modification would significantly improve the script's usability. Many thanks.
Sorry, but actually clearing the conversation is not
`go one by one`
Instead, it directly calls openai's api to clear it with one click, so it is impossible to selectively retain chat records based on keywords
The specific emptying implementation is handed over to openai
carried out
Thank you for developing such a useful script. A suggestion regarding the existing 'clear conversations' feature: ideally, this function should selectively keep certain important conversations (e.g., whose names begin with a special character, such as a '#'). This adjustment would allow users to mark the conversations they wish to keep, while your script clears the rest. I believe this modification would significantly improve the script's usability. Many thanks.
Now supports using # sign at the beginning of the conversation title to avoid clearing it when using Clear All
Thank you for developing such a useful script. A suggestion regarding the existing 'clear conversations' feature: ideally, this function should selectively keep certain important conversations (e.g., whose names begin with a special character, such as a '#'). This adjustment would allow users to mark the conversations they wish to keep, while your script clears the rest. I believe this modification would significantly improve the script's usability. Many thanks.