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
Starting in 2024-05-01-preview Azure has added assistant endpoints and they do not follow the usual api endpoint schema. Deployment id isn't required for Assistants endpoints, but still required for older completion, image, and inference endpoints.
new example:
endpoint = YOUR_RESOURCE_NAME.openai.azure.com
GET https://{endpoint}/openai/assistants/{assistant_id}?api-version=2024-05-01-preview
The text was updated successfully, but these errors were encountered:
Feature Request
Starting in
2024-05-01-preview
Azure has added assistant endpoints and they do not follow the usual api endpoint schema. Deployment id isn't required for Assistants endpoints, but still required for older completion, image, and inference endpoints.new example:
The text was updated successfully, but these errors were encountered: