Skip to content

Releases: openai/openai-python

v0.6.0

18 Mar 19:31
4e38179
Compare
Choose a tag to compare
  • 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

v0.4.0

04 Mar 00:50
ff751ab
Compare
Choose a tag to compare

Adds SDK and CLI commands for /fine-tunes

Note: Fine-tuning is a closed beta feature. For access, please submit your information here

v0.3.0

27 Jan 19:23
f00f489
Compare
Choose a tag to compare

Adds /classifications, /answers, and /retriever_file_set_search endpoint support

v0.2.6

27 Jan 19:20
Compare
Choose a tag to compare

Initial release for Openai API's python support