Releases: openai/openai-python
Releases · openai/openai-python
v0.8.0
- Support model-based completions in the SDK/CLI.
(Context:/v1/completionsis now a thing. If the engine parameter is not supplied, we make requests to that path. Otherwise, if engine is provided, requests are made to/v1/engines/<ENGINE>/completions. We expect most users to still use theengineparameter right now.) - Update docstring for
Completions
v0.7.0
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
- 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.Higherlevelhas been deleted. The/answersand/classificationsendpoints are now in their own classes and can be called likeopenai.Answer.create(..)openai.Higherlevel.retriever_file_set_searchhas been moved intoEngine.search. Users can now submit a previously submitted file ID to search over instead of sending in documents
v0.4.0
Adds SDK and CLI commands for /fine-tunes
Note: Fine-tuning is a closed beta feature. For access, please submit your information here