An open API service indexing awesome lists of open source software.

https://github.com/abukres/bulkopenaidashboarddeleter

This LINQPad script deletes all the assistants, files and vector stores from your OpenAI dashboard
https://github.com/abukres/bulkopenaidashboarddeleter

csharp dotnet openai openai-assistants

Last synced: about 1 month ago
JSON representation

This LINQPad script deletes all the assistants, files and vector stores from your OpenAI dashboard

Awesome Lists containing this project

README

        

# BulkOpenAIDashboardDeleter
* OpenAI doesn't provide an option to delete all the assistants, files and vector stores in bulk in their UI in the dashboard. This LINQPad script/app deletes them in bulk.
* The code can be easily converted to a C# console app.
* LINQPad can be downloaded and used for free from Linqpad.net.
* Open the BulkDeleteOpenAI.linq in LINQPad, paste in your OpenAI api key and run it.