Releases: openai/openai-python
Releases · openai/openai-python
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