Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure OpenAI Update Endpoint Schema for Assistants #342

Closed
StephenHodgson opened this issue Aug 5, 2024 · 0 comments · Fixed by #347 or RageAgainstThePixel/com.openai.unity#277
Closed
Assignees
Labels
azure openai enhancement New feature or request

Comments

@StephenHodgson
Copy link
Member

StephenHodgson commented Aug 5, 2024

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:

endpoint = YOUR_RESOURCE_NAME.openai.azure.com
GET https://{endpoint}/openai/assistants/{assistant_id}?api-version=2024-05-01-preview
@StephenHodgson StephenHodgson added enhancement New feature or request azure openai labels Aug 5, 2024
@StephenHodgson StephenHodgson self-assigned this Aug 5, 2024
@StephenHodgson StephenHodgson changed the title Azure OpenAI Update Endpoint Schema Azure OpenAI Update Endpoint Schema for Assistants Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure openai enhancement New feature or request
1 participant