You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the logic and conditions for deleting / archiving assistants needs to be revised / reviewed. I think there are cases where we should be cleaning up on openai where we aren't and perhaps visa version.
Initial thoughts:
don't delete if there are other usages (other experiments / pipeline nodes)
Local delete (archive)
archive self
archive versions
delete openai assistant for all versions
Hard delete:
Same as above but also delete working version from openai
I also noticed that if you try to delete an assistant is says you must archive it first (but there's no archive button - only a delete button which actually does archive).
If you archive it, then it is removed from the table and you can't access it again to delete it.
I think the logic and conditions for deleting / archiving assistants needs to be revised / reviewed. I think there are cases where we should be cleaning up on openai where we aren't and perhaps visa version.
Initial thoughts:
Local delete (archive)
Hard delete:
See code:
open-chat-studio/apps/assistants/views.py
Lines 183 to 210 in 32e4c79
The text was updated successfully, but these errors were encountered: