You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)