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
Azure OpenAI recently added support for the assistants API. Let's implement in in simple-openai
The URL and request structure of assistants API calls (As well as Files and Threads) is different from the existing /chat/completions and will requires changes to the HTTP request interceptor.
The text was updated successfully, but these errors were encountered:
Azure OpenAI recently added support for the assistants API. Let's implement in in simple-openai
The URL and request structure of assistants API calls (As well as Files and Threads) is different from the existing /chat/completions and will requires changes to the HTTP request interceptor.
The text was updated successfully, but these errors were encountered: