opengpts icon indicating copy to clipboard operation
opengpts copied to clipboard

How to delete Bot and chat list

Open Rizaldy opened this issue 1 year ago • 3 comments

Hi, thanks for this awesome projects!

I have many bots and chats on the sidebar from testing. How can I delete them? I can’t find this option in the settings.

I used LM Studio with a custom parser and tools referring an xml agent to test prompt and how to use function correctly. That’s why my sidebar is cluttered.

Appreciate any pointer and sorry if its already there, I seems to missed it

Rizaldy avatar Nov 18 '23 11:11 Rizaldy

not sure this option exists yet, we will add it to the roadmap. likely prioritizing more features (we think theres a good amount more to add) before CRUD

hwchase17 avatar Nov 20 '23 04:11 hwchase17

For the meantime, @Rizaldy, you can use the REDIS CLI to FLUSHDB to clear contents from DB. Very easy to use in BASH. Clearing will remove all chat history AND bots that you configure, just as a heads up.

wazimmerman avatar Nov 21 '23 21:11 wazimmerman

@hwchase17 Hi, in this PR I implemented a delete button to delete the bot. But no one has reviewed and added me to CLA yet.

169 avatar Nov 23 '23 11:11 169