Skip to content

v0.6.0

Compare
Choose a tag to compare
@hallacy hallacy released this 18 Mar 19:31
· 629 commits to main since this release
4e38179
  • 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 like openai.Answer.create(..)
  • openai.Higherlevel.retriever_file_set_search has been moved into Engine.search. Users can now submit a previously submitted file ID to search over instead of sending in documents