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