Releases: openai/openai-python
Releases · openai/openai-python
v0.10.2
- Improvements to the CLI data_preparation tool
v0.10.1
- Removing unused arguments
v0.10.0
- Renames
v1/snapshot/
tov1/model
- Removes unused and unsupported functionality.
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.0
- Support model-based completions in the SDK/CLI.
(Context:/v1/completions
is 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 theengine
parameter right now.) - Update docstring for
Completions