- Adds support for user-uploaded file management in the CLI
- Files are now deletable. You'll need delete privileges to do so. By default, only the owner of your org has those permissions.
openai.Higherlevel
has been deleted. The/answers
and/classifications
endpoints are now in their own classes and can be called likeopenai.Answer.create(..)
openai.Higherlevel.retriever_file_set_search
has been moved intoEngine.search
. Users can now submit a previously submitted file ID to search over instead of sending in documents