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
I am using a dedicated service provider for OpenAI models and use Base host. In a new function (Code Inline Completion), the v1/completions method is called. This method is not available from my service provider. This method is Legacy in the OpenAI documentation, and also it is most often not available on new models.
Is it possible to change the method to v1/chat/completions?