opengpts
opengpts copied to clipboard
How to delete Bot and chat list
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
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
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.
@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.