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
When using other libraries, like the js or python openai libraries, file operations are in their own "files" object.
For example, openai.files.retrieve(...). Instead of polluting the OpenAI interface with each object's methods, each object should get their own handler class.