Skip to content

v0.8.0

Compare
Choose a tag to compare
@rachellim rachellim released this 17 Jun 18:13
· 774 commits to main since this release
250c33d
  • 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 the engine parameter right now.)
  • Update docstring for Completions